FontFamilyItem
Interface
Represents a single font in the font family DropDownList.
Definition
Package:@progress/kendo-angular-editor
Syntax:
TS
const fontItem: FontFamilyItem = {
fontName: 'Arial, Helvetica, sans-serif',
text: 'Arial'
};
Properties
fontName
string
Sets the value of the font-family CSS property.
text
string
Sets the display text for the font in the DropDownList.