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

FontSizeItem

Interface

Represents a single item in the font size DropDownList.

Definition

Package:@progress/kendo-angular-editor

Syntax:

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

Properties

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.

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