Property Getters/Setters Summary | ||
---|---|---|
method | getCharSet() | |
method | setCharSet(value) | |
Specifies the character set of the font. Equivalent to the GDI LOGFONT lfCharSet field. | ||
method | getClipPrecision() | |
method | setClipPrecision(value) | |
Specifies the clipping precision of the font. Equivalent to the GDI LOGFONT lfClipPrecision field. | ||
method | getEscapement() | |
method | setEscapement(value) | |
Specifies the escapement attribute of the font. Equivalent to the GDI LOGFONT lfEscapement field. | ||
method | getFaceName() | |
method | setFaceName(value) | |
Specifies the type face name attribute of the font. Equivalent to the GDI LOGFONT lfFaceName field. | ||
method | getHeight() | |
method | setHeight(value) | |
Specifies the height of the font. Equivalent to the GDI LOGFONT lfHeight field. | ||
method | getItalic() | |
method | setItalic(value) | |
Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field. The value of the property is BOOL integer constant. | ||
method | getOrientation() | |
method | setOrientation(value) | |
Specifies the orientation of the font. Equivalent to the GDI LOGFONT lfOrientation field. | ||
method | getOutPrecision() | |
method | setOutPrecision(value) | |
Specifies the output precision attribute of the font. Equivalent to the GDI LOGFONT lfOutPrecision field. | ||
method | getPitchAndFamily() | |
method | setPitchAndFamily(value) | |
Specifies the pitch and family of the font. Equivalent to the GDI LOGFONT lfPitchAndFamily field. | ||
method | getQuality() | |
method | setQuality(value) | |
Specifies the output quality of the font. Equivalent to the GDI LOGFONT lfQuality field. | ||
method | getStrikeOut() | |
method | setStrikeOut(value) | |
Specifies whether the font is a strikeout font. Equivalent to the GDI LOGFONT lfStrikeOut field. The value of the property is BOOL integer constant. | ||
method | getUnderline() | |
method | setUnderline(value) | |
Specifies whether the font is underlined. Equivalent to the GDI LOGFONT lfUnderline field. The value of the property is BOOL integer constant. | ||
method | getWeight() | |
method | setWeight(value) | |
Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field. | ||
method | getWidth() | |
method | setWidth(value) | |
Specifies the width of the font. Equivalent to the GDI LOGFONT lfWidth field. |
int getHeight() / setHeight(value)
int getWidth() / setWidth(value)
int getEscapement() / setEscapement(value)
int getOrientation() / setOrientation(value)
int getWeight() / setWeight(value)
int getItalic() / setItalic(value)
int getUnderline() / setUnderline(value)
int getStrikeOut() / setStrikeOut(value)
long getCharSet() / setCharSet(value)
long getOutPrecision() / setOutPrecision(value)
long getClipPrecision() / setClipPrecision(value)
long getQuality() / setQuality(value)
long getPitchAndFamily() / setPitchAndFamily(value)
String getFaceName() / setFaceName(value)