problem with custom fonts in the drop down.
My Radeditor component contains the following.
<FontNames>
<telerik:EditorFont Value="SomeFont1" />
<telerik:EditorFont Value="SomeFont2" />
<telerik:EditorFont Value="SomeFont3" />
</FontNames>
However, no matter what font is chosen the text in the dropdown box says Arial. If I examine the content it is updating to the selected font. (ie: <FONT face="SomeFont1">dfsdfasdfasdfasdf</FONT>) Only the text rendered in the dropdown says Arial.
Note, that the fonts being chosen do not actually exist on the computer. The content is being captured for an offline printing application, where the user chooses the font(s) the content will print in.
Does the editor require the chosen font to exist on the client computer?
Since, I dont what the user to think that the content will print in Arial. Is there a way to make the box say "Default" instead of "Arial"?
