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

Font Question

1 Answer 51 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Jason Brownhill
Top achievements
Rank 1
Jason Brownhill asked on 10 Jul 2009, 03:53 PM
Hi,
 If the Full Featured RadEditor is supposed to be a direct replacement for the standard MOSS Content Editor Web Part, where are all the fonts? From the drop down there is a very limited selection, whereas the standard version pretty much lists all of them. The font I'm looking to use in this great editor is Trebuchet MS, but it doesn't appear to be available on your demo area at the link below, or within the 'Lite' version also. Is this a configuration change/issue?

http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx

Thanks,
Jason.

1 Answer, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 14 Jul 2009, 08:39 AM
Hello Jason Brownhill,

You can find information on the Fonts DropDown in the following help article http://www.telerik.com/help/aspnet-ajax/fonts.html. In order to set it you need to modify the respective ToolsFile.xml or ListToolsFile.xml (for forms such as list, wiki, blog), which are located in the Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\4.5.6.0__1f131a624888eeed\RadControls\Editor folder for the Lite version and \Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.5.0.0__1f131a624888eeed\Resources folder for the full version.
For example add the following code:
<fontNames> 
    <item name="Arial" /> 
    <item name="Arial Narrow" /> 
    <item name="Trebuchet MS" /> 
</fontNames> 

I hope this helps.


Best wishes,
Stanimir
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
WebParts for SharePoint
Asked by
Jason Brownhill
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Share this question
or