New to Kendo UI for Angular? Start a free 30-day trial
FontFamilyItem
Represents a single font in the font family DropDownList.
typescript
const fontItem: FontFamilyItem = {
fontName: 'Arial, Helvetica, sans-serif',
text: 'Arial'
};
Name | Type | Default | Description |
---|---|---|---|
fontName |
|
Sets the value of the | |
text |
|
Sets the display text for the font in the DropDownList. |