Same as FontDescription.alignment
Font alignment, one of the Font.ALIGN_DEFAULT, Font.ALIGN_CENTER, Font.ALIGN_END constants
If true, the font is bold, false otherwise. Default value is false
Font color, android integer color value (produced by [[android.graphics.Color]]). Default value is black
If true, the font is italic, false otherwise. Default value is false
Font shadow offset. Default value is 0, witch produces no shadow
Font size. Default value is 20
If true, the font is underlined, false otherwise. Default value is false
Generated using TypeDoc
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