This is a migrated thread and some comments may be shown as answers.

Font Sizes in Editor

1 Answer 78 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Rahul Khinvasara
Top achievements
Rank 1
Rahul Khinvasara asked on 18 Jun 2009, 06:24 AM
hi

i am using Telerik Editor  version (Q1 2007). there is a inbuild font size drop down. it contains font sizes 1 to 7. i want these font sizes to be overridden by size in "px" e.g  8px, 10 px. etc. how do i add this sizes in dropdown.? I tried to set the font sizes through ASP.Net code as well as using Toolsfile.xml but nothing is working out.

give me the solutions ASAP

Rahul

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 18 Jun 2009, 11:35 AM
Hello Rahul,

All you need to do is to open the ~/RadControls/Editor/ToolsFile.xml file and replace the default FontSize tool

<tool name="FontSize"/>

with the RealFontSize tool that works with pixel and points values, e.g.

<tool name="RealFontSize"/>

Save the file and refresh the page with RadEditor.

All the best,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
Rahul Khinvasara
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or