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