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