Interface FontStyle
Hierarchy
- FontStyle
Properties
Properties
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
Defines a 'Text' graphic object's
style
property.