odo.api
/
straightway.odo.api.v0.ui
/
Font
Font
interface
Font
Content copied to clipboard
A font definition.
Properties
Properties
bold
Link copied to clipboard
abstract var
bold
:
Boolean
Content copied to clipboard
True if the font is bold, false if not.
italic
Link copied to clipboard
abstract var
italic
:
Boolean
Content copied to clipboard
True if the font is italic, false if not.
name
Link copied to clipboard
abstract var
name
:
String
Content copied to clipboard
The name of the font.
size
Link copied to clipboard
abstract var
size
:
Int
Content copied to clipboard
The size of the font in pt.
underlined
Link copied to clipboard
abstract var
underlined
:
Boolean
Content copied to clipboard
True if the font is underlined, false if not.