Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
function | getBold() | |
function | setBold(value) | |
Gets or sets bold for the font. | ||
function | getColor() | |
function | setColor(value) | |
Gets or sets color for the font. | ||
function | getItalic() | |
function | setItalic(value) | |
Gets or sets italic for the font. | ||
function | getName() | |
Gets name of the font.
|
||
function | getSize() | |
Gets size of the font in points.
|
function RenderingFont(fontName, fontSize)
fontName: String
- font namefontSize: Number
- font size in pointsfunction getName()
function getSize()
function getBold() / function setBold(value)
function getItalic() / function setItalic(value)
function getColor() / function setColor(value)