class FontStyle
package kha
The font style (bold, italic, ect).
Static variables
Constructor
new(bold:Bool, italic:Bool, underlined:Bool)
Initialize a new font style.
@param underlined If the font is underlined, default = false.
Parameters:
bold | If the font is bold, default = false. |
---|---|
italic | If the font is italic, default = false. * |