ChangeFontNameCommand.fontNames Property
In This Article
Lists names of fonts available in the control.
#Declaration
TypeScript
get fontNames(): string[]
#Property Value
Type | Description |
---|---|
string[] | An array of available fonts’ names. |
See Also