Interface TextStyle
Hierarchy
-
FontStyle
- TextStyle
Properties
Properties
Optional. The color that the text should be rendered.
Optional. A string representing the font family to use. Ex: 'monospace, Courier New'
a number representing the font point size.
Optional. The style to apply to the font, such as 'italic'.
Optional. Weight of the font. Will accept a string such as "bold".
Optional. Represents space between letters in pixels.
Optional. Text line height. Represents the vertical space in pixels that this line of text takes up.
Generated using TypeDoc
Definition for a
Text
DisplayObject
's fill style. This inherits properties fromFontStyle
.