RadControls for ASP.NET AJAX
Adding Font Sizes
You can populate the FontSizes dropdown using respective ToolsFile, as shown below:
CopyXML
<root>
<tools name="MainToolbar" enabled="true">
<tool name="FontSize" />
</tools>
<fontSizes>
<item>1</item>
<item>3</item>
<item>5</item>
</fontSizes>
</root>
If you want to apply font sizes in pixels (px) or in points (pt) then use the Real Font Size dropdown.