Optional
alignSame as alignment.
Optional
alignmentFont alignment, one of the UI.Font.ALIGN_DEFAULT, UI.Font.ALIGN_CENTER, UI.Font.ALIGN_END constants.
Optional
boldIf true
, the font is bold, false
otherwise.
Optional
colorFont color, android integer color value (produced by android.graphics.Color).
Optional
cursiveIf true
, the font is italic, false
otherwise.
Optional
shadowFont shadow offset.
Optional
sizeFont size.
Optional
underlineIf true
, the font is underlined, false
otherwise.
Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and 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.