UIDLGLOGFONT.lfWidth 字段

定义

以逻辑单位指定字体中字符的平均宽度。

public: int lfWidth;
public: int lfWidth;
int lfWidth;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.LONG")]
public int lfWidth;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.LONG")>]
val mutable lfWidth : int
Public lfWidth As Integer 

字段值

Int32
属性

注解

如果 lfWidth 为零,则设备的纵横比与可用字体的每个比例比长比相匹配,以查找最接近的匹配,由差异的绝对值确定。

COM 签名

From uilocale。

[C++]

适用于