LOGFONT Structure |
Namespace: ShellBoost.Core.WindowsShell
public struct LOGFONT
The LOGFONT type exposes the following members.
| 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 |
A string that specifies the typeface name of the font.
| |
| lfHeight |
Specifies the height, in logical units, of the font's character cell or character.
| |
| lfItalic |
Non zero to specify an italic font.
| |
| lfOrientation |
Specifies the angle, in tenths of degrees, between each character's base line and the x-axis of the device.
| |
| lfOutPrecision |
Specifies the output precision.
| |
| lfPitchAndFamily |
Specifies the pitch and group of the font.
| |
| lfQuality |
Specifies the output quality.
| |
| lfStrikeOut |
Non zero to specify a strikeout font.
| |
| lfUnderline |
Non zero to specify an underlined font.
| |
| lfWeight |
Specifies the weight of the font in the range 0 through 1000. For example, 400 is normal and 700 is bold. If this value is zero, a default weight is used.
| |
| lfWidth |
Specifies the average width, in logical units, of characters in the font.
|