font color, android integer color value (produced by android.graphics.Color)
font size
shadow offset
Constructs new instance of the font with specified parameters
parameters of the font
Aligns text to the start of the element (left for English locale)
Aligns text to the center of the element horizontally
Aligns text to the center of the element
Aligns text to the end of the element (right for English locale)
Converts current Font object to scriptable font description
Draws text on the canvas using created font
[[android.graphics.Canvas]] instance to draw the text on
x coordinate of the text in pixels
x coordinate of the text in pixels
text string to draw
additional scale to apply to the text
Calculates bounds of the text given text position, text string and additional scale
[[android.graphics.Rect]] object containing calculated bounds of the text
Calculates text height given text string and additional scale
height of the specified string when painted with specified scale
Calculates text width given text string and additional scale
width of the specified string when painted with specified scale
Sets listener to be notified about window opening/closing events
Sets listener to be notified about tab with specified index opening/closing events
tab index
object to be notified about the events
Generated using TypeDoc
Constructs new instance of the font with specified parameters