UIDLGLOGFONT.lfWidth Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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++]