Skip to main content

IMenuFontEditorOptions

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

See Menu.fontEditor

Properties

PropertyTypeDescriptionDefined in
asGroupstringA name of the group in the menu.src/widgets/types.ts:104
fontFamiliesIterable<String>List of available font families.src/widgets/types.ts:101
fontSizeMaxnumberMaximum font size.src/widgets/types.ts:95
fontSizeMinnumberMinimum font size.src/widgets/types.ts:92
fontSizeStepnumberStep of font size.src/widgets/types.ts:98
onChange(value) => voidCalled when font is changedsrc/widgets/types.ts:107