EnglishDeutschFrançais
LATEST VERSIONS
Download a 30-Day Free Trial
Test drive our Online Demos

1.6 How can I specify a default font in the editor?

To change the default font in the editor you can use cascading style sheets e.g.:

 

body { font-family:SansSerif; }

 

or e.g.

 

p { font-family:SansSerif; }

 

To load this style sheet into the applet, you can use the "setstylesheet" or "setstylesheeturl" Java Script API function (for more information, please review the edit-on Pro integration manual, chapter 2.4 "Java Script API") or the "stylesheeturl" Applet parameter, chapter 2.1 "Applet Parameter API".

Copyright © 2000-2008 RealObjects GmbH