UIDLGLOGFONT.lfWidth Field

Definition

Specifies the average width, in logical units, of characters in the font.

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 

Field Value

Attributes

Remarks

If lfWidth is zero, the aspect ratio of the device is matched against the digitization aspect ratio of the available fonts to find the closest match, determined by the absolute value of the difference.

COM Signature

From uilocale.idl.

[C++]

Applies to