LOGFONTW Structure

 

Specifies the attributes of a font.

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

public struct LOGFONTW

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldlfCharSet

Specifies the character set.

System_CAPS_pubfieldlfClipPrecision

Specifies the clipping precision.

System_CAPS_pubfieldlfEscapement

Specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device.

System_CAPS_pubfieldlfFaceName

A null-terminated string that specifies the typeface name of the font.

System_CAPS_pubfieldlfHeight

Specifies the height, in logical units, of the font's character cell or character.

System_CAPS_pubfieldlfItalic

Specifies an italic font if set to true.

System_CAPS_pubfieldlfOrientation

Specifies the angle, in tenths of degrees, between each character's base line and the x-axis of the device.

System_CAPS_pubfieldlfOutPrecision

Specifies the output precision.

System_CAPS_pubfieldlfPitchAndFamily

Specifies the pitch and family of the font.

System_CAPS_pubfieldlfQuality

Specifies the output quality.

System_CAPS_pubfieldlfStrikeOut

Specifies a strikeout font if set to true.

System_CAPS_pubfieldlfUnderline

Specifies an underline font if set to true.

System_CAPS_pubfieldlfWeight

Specifies the weight of the font in the range 0 through 1000.

System_CAPS_pubfieldlfWidth

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

This structure maps to the LOGFONT structure documented in the Microsoft Platform Software Development Kit and is provided only as a COM wrapper.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: