[]
Defines the attributes of a GDI-compatible font.
public class LogFont
public LogFont()
The character set.
public byte lfCharSet
The clipping precision.
public byte lfClipPrecision
The angle, in tenths of degrees, between the escapement vector and the x-axis of the device.
public int lfEscapement
A string that specifies the typeface name of the font.
public string lfFaceName
The height, in logical units, of the font's character cell or character.
public int lfHeight
An italic font if set to TRUE.
public byte lfItalic
The angle, in tenths of degrees, between each character's base line and the x-axis of the device.
public int lfOrientation
The output precision.
public byte lfOutPrecision
The pitch and family of the font.
public byte lfPitchAndFamily
The output quality.
public byte lfQuality
A strikeout font if set to TRUE.
public byte lfStrikeOut
An underlined font if set to TRUE.
public byte lfUnderline
The weight of the font in the range 0 through 1000.
public int lfWeight
The average width, in logical units, of characters in the font.
public int lfWidth