Skip to main content

IMenuFontEditorOptions

Defined in: src/widgets/types.ts:100

See Menu.fontEditor

Properties

PropertyTypeDescriptionDefined in
asGroupstringA name of the group in the menu.src/widgets/types.ts:114
fontFamiliesIterable<String>List of available font families.src/widgets/types.ts:111
fontSizeMaxnumberMaximum font size.src/widgets/types.ts:105
fontSizeMinnumberMinimum font size.src/widgets/types.ts:102
fontSizeStepnumberStep of font size.src/widgets/types.ts:108
onChange(value) => voidCalled when font is changedsrc/widgets/types.ts:117