New to Kendo UI for AngularStart a free 30-day trial

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.

In this article
DefinitionPropertiesfontNametext
Not finding the help you need?
Contact Support