[]
Defines the attributes of a GDI-compatible font.
public class LogFont
Name | Description |
---|---|
LogFont() |
Name | Description |
---|---|
lfCharSet | The character set. |
lfClipPrecision | The clipping precision. |
lfEscapement | 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 | The height, in logical units, of the font's character cell or character. |
lfItalic | An italic font if set to TRUE. |
lfOrientation | The angle, in tenths of degrees, between each character's base line and the x-axis of the device. |
lfOutPrecision | The output precision. |
lfPitchAndFamily | The pitch and family of the font. |
lfQuality | The output quality. |
lfStrikeOut | A strikeout font if set to TRUE. |
lfUnderline | An underlined font if set to TRUE. |
lfWeight | The weight of the font in the range 0 through 1000. |
lfWidth | The average width, in logical units, of characters in the font. |