New to Kendo UI for Angular? Start a free 30-day trial
FontSizeItem
Represents a single item in the font size DropDownList.
typescript
const fontSizeItem: FontSizeItem = {
size: 14,
text: '14px'
};