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