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

‘선언
Public lfWidth As Integer
‘사용 방법
Dim instance As UIDLGLOGFONT
Dim value As Integer

value = instance.lfWidth

instance.lfWidth = value
public int lfWidth
public:
int lfWidth
val mutable lfWidth: int
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