UIDLGLOGFONT Structure
Sets the formatting of the dialog box font.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | lfCharSet | Specifies the character set. |
![]() | lfClipPrecision | Specifies the clipping precision. |
![]() | lfEscapement | Specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device. |
![]() | lfFaceName | Specifies the typeface name of the font. |
![]() | lfHeight | Specifies the height, in logical units, of the character cell or character of the font. |
![]() | lfItalic | Specifies an italic font if set to true. |
![]() | lfOrientation | Specifies the angle, in tenths of degrees, between each character base line and the x-axis of the device. |
![]() | lfOutPrecision | Specifies the output precision. |
![]() | lfPitchAndFamily | Specifies the pitch and family of the font. |
![]() | lfQuality | Specifies the output quality. |
![]() | lfStrikeOut | Specifies a strikeout font if set to true. |
![]() | lfUnderline | Specifies an underlined font if set to true. |
![]() | lfWeight | Specifies the weight of the font in the range 0 through 1000. |
![]() | lfWidth | Specifies the average width, in logical units, of characters in the font. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

