RadControls for ASP.NET AJAX The Real Font Sizes dropdown displays a predefined set of font sizes in pixels and points. The dropdown is populated from the RealFontSizes Collection. You can predefine the Real Font Sizes in the RealFontSizes Collection, using the respective ToolsFile e.g.
CopyXML
<root>
<tools name="MainToolbar" enabled="true">
<tool name="RealFontSize" />
</tools>
<realFontSizes>
<item value="12pt"></item>
<item value="18pt"></item>
<item value="22px"></item>
</realFontSizes>
</root>