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