UI.FontDescription
Index
Properties
optionalalign
Same as alignment.
optionalalignment
Font alignment, one of the UI.Font.ALIGN_DEFAULT, UI.Font.ALIGN_CENTER, UI.Font.ALIGN_END constants.
optionalbold
If true, the font is bold, false otherwise.
optionalcolor
Font color, android integer color value (produced by android.graphics.Color).
optionalcursive
If true, the font is italic, false otherwise.
optionalshadow
Font shadow offset.
optionalsize
Font size.
optionalunderline
If true, the font is underlined, false otherwise.
Object containing font parameters. If no color, size and shadow are specified, default values are ignored and white font with text size 20, white color and 0.45 shadow is created.