IMenuFontEditorOptions
Defined in: js-api/src/widgets/types.ts:114
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:128 |
fontFamilies | Iterable<String> | List of available font families. | js-api/src/widgets/types.ts:125 |
fontSizeMax | number | Maximum font size. | js-api/src/widgets/types.ts:119 |
fontSizeMin | number | Minimum font size. | js-api/src/widgets/types.ts:116 |
fontSizeStep | number | Step of font size. | js-api/src/widgets/types.ts:122 |
onChange | (value) => void | Called when font is changed | js-api/src/widgets/types.ts:131 |