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