Sets the formatting of the dialog box font.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Structure UIDLGLOGFONT
public struct UIDLGLOGFONT
public value class UIDLGLOGFONT
[<Sealed>]
type UIDLGLOGFONT =  struct end
JScript supports the use of structures, but not the declaration of new ones.
The UIDLGLOGFONT type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | 
| .gif) | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) | 
Top
Fields
| Name | Description | |
|---|---|---|
| .gif) | lfCharSet | Specifies the character set. | 
| .gif) | lfClipPrecision | Specifies the clipping precision. | 
| .gif) | lfEscapement | Specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device. | 
| .gif) | lfFaceName | Specifies the typeface name of the font. | 
| .gif) | lfHeight | Specifies the height, in logical units, of the character cell or character of the font. | 
| .gif) | lfItalic | Specifies an italic font if set to true. | 
| .gif) | lfOrientation | Specifies the angle, in tenths of degrees, between each character base line and the x-axis of the device. | 
| .gif) | lfOutPrecision | Specifies the output precision. | 
| .gif) | lfPitchAndFamily | Specifies the pitch and family of the font. | 
| .gif) | lfQuality | Specifies the output quality. | 
| .gif) | lfStrikeOut | Specifies a strikeout font if set to true. | 
| .gif) | lfUnderline | Specifies an underlined font if set to true. | 
| .gif) | lfWeight | Specifies the weight of the font in the range 0 through 1000. | 
| .gif) | lfWidth | Specifies the average width, in logical units, of characters in the font. | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.