Methods

getCharSet()

Specifies the character set of the font. Equivalent to the GDI LOGFONT lfCharSet field.

getClipPrecision()

Specifies the clipping precision of the font. Equivalent to the GDI LOGFONT lfClipPrecision field.

getEscapement()

Specifies the escapement attribute of the font. Equivalent to the GDI LOGFONT lfEscapement field.

getFaceName()

Specifies the type face name attribute of the font. Equivalent to the GDI LOGFONT lfFaceName field.

getHeight()

Specifies the height of the font. Equivalent to the GDI LOGFONT lfHeight field.

getItalic()

Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field. The value of the property is BOOL integer constant.

getOrientation()

Specifies the orientation of the font. Equivalent to the GDI LOGFONT lfOrientation field.

getOutPrecision()

Specifies the output precision attribute of the font. Equivalent to the GDI LOGFONT lfOutPrecision field.

getPitchAndFamily()

Specifies the pitch and family of the font. Equivalent to the GDI LOGFONT lfPitchAndFamily field.

getQuality()

Specifies the output quality of the font. Equivalent to the GDI LOGFONT lfQuality field.

getStrikeOut()

Specifies whether the font is a strikeout font. Equivalent to the GDI LOGFONT lfStrikeOut field. The value of the property is BOOL integer constant.

getUnderline()

Specifies whether the font is underlined. Equivalent to the GDI LOGFONT lfUnderline field. The value of the property is BOOL integer constant.

getWeight()

Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field.

getWidth()

Specifies the width of the font. Equivalent to the GDI LOGFONT lfWidth field.

setCharSet()

Specifies the character set of the font. Equivalent to the GDI LOGFONT lfCharSet field.

setClipPrecision()

Specifies the clipping precision of the font. Equivalent to the GDI LOGFONT lfClipPrecision field.

setEscapement()

Specifies the escapement attribute of the font. Equivalent to the GDI LOGFONT lfEscapement field.

setFaceName()

Specifies the type face name attribute of the font. Equivalent to the GDI LOGFONT lfFaceName field.

setHeight()

Specifies the height of the font. Equivalent to the GDI LOGFONT lfHeight field.

setItalic()

Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field. The value of the property is BOOL integer constant.

setOrientation()

Specifies the orientation of the font. Equivalent to the GDI LOGFONT lfOrientation field.

setOutPrecision()

Specifies the output precision attribute of the font. Equivalent to the GDI LOGFONT lfOutPrecision field.

setPitchAndFamily()

Specifies the pitch and family of the font. Equivalent to the GDI LOGFONT lfPitchAndFamily field.

setQuality()

Specifies the output quality of the font. Equivalent to the GDI LOGFONT lfQuality field.

setStrikeOut()

Specifies whether the font is a strikeout font. Equivalent to the GDI LOGFONT lfStrikeOut field. The value of the property is BOOL integer constant.

setUnderline()

Specifies whether the font is underlined. Equivalent to the GDI LOGFONT lfUnderline field. The value of the property is BOOL integer constant.

setWeight()

Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field.

setWidth()

Specifies the width of the font. Equivalent to the GDI LOGFONT lfWidth field.