IMenuFontEditorOptions
See Menu.fontEditor
Properties
| Property | Type | Description |
|---|---|---|
asGroup | string | A name of the group in the menu. |
fontFamilies | Iterable<String> | List of available font families. |
fontSizeMax | number | Maximum font size. |
fontSizeMin | number | Minimum font size. |
fontSizeStep | number | Step of font size. |
onChange | (value: string) => void | Called when font is changed |