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

FontSizeItem

Represents a single item in the font size DropDownList.

typescript
const fontSizeItem: FontSizeItem = {
  size: 14,
  text: '14px'
};
NameTypeDefaultDescription

size

string | number

Sets the value of the font-size CSS property.

text

string

Sets the display text for the font size in the DropDownList.

Not finding the help you need?
Contact Support