IMenuFontEditorOptions
Defined in: src/widgets/types.ts:90
See Menu.fontEditor
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
asGroup | string | A name of the group in the menu. | src/widgets/types.ts:104 |
fontFamilies | Iterable<String> | List of available font families. | src/widgets/types.ts:101 |
fontSizeMax | number | Maximum font size. | src/widgets/types.ts:95 |
fontSizeMin | number | Minimum font size. | src/widgets/types.ts:92 |
fontSizeStep | number | Step of font size. | src/widgets/types.ts:98 |
onChange | (value) => void | Called when font is changed | src/widgets/types.ts:107 |