IMenuFontEditorOptions
Defined in: src/widgets/types.ts:100
See Menu.fontEditor
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
asGroup | string | A name of the group in the menu. | src/widgets/types.ts:114 |
fontFamilies | Iterable<String> | List of available font families. | src/widgets/types.ts:111 |
fontSizeMax | number | Maximum font size. | src/widgets/types.ts:105 |
fontSizeMin | number | Minimum font size. | src/widgets/types.ts:102 |
fontSizeStep | number | Step of font size. | src/widgets/types.ts:108 |
onChange | (value) => void | Called when font is changed | src/widgets/types.ts:117 |