Object
ScriptUIFont
Encapsulates the qualities of a font used to draw text into a control.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| String | readonly | The font family name. | |
| String | readonly | The complete font name, consisting of the family and style, if specified. | |
| Number | readonly | The font point size. | |
| Object | readonly | The font style. One of the constants in ScriptUIGraphics.FontStyle. | |
| String | readonly | The name of a substitution font, a fallback font to substitute for this font if the requested font family or style is not available. |
Object of 1
Properties elsewhere that hold a ScriptUIFont.
Parameter of 2
Method parameters that accept a ScriptUIFont.
Return 1
Methods that return a ScriptUIFont.