Share via


UIDLGLOGFONT.lfWidth Field

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

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Public lfWidth As Integer
'Usage
Dim instance As UIDLGLOGFONT 
Dim value As Integer 

value = instance.lfWidth 

instance.lfWidth = value
public int lfWidth
public:
int lfWidth
public var lfWidth : int

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++]

.NET Framework Security

See Also

Reference

UIDLGLOGFONT Structure

UIDLGLOGFONT Members

Microsoft.VisualStudio.Shell.Interop Namespace