New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Font Sizes
Adding Font Sizes
You can populate the FontSizes dropdown by modifying the ToolsFile.xml / ListToolsFile.xml files, located in the following folder:
/Program Files/Common Files/Microsoft Shared/web server extensions/wpresources/RadEditorSharePoint/5.x.x.0**1f131a624888eeed/Resources/
For example:
XML
<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.