To add fonts and font sizes to the text editor used in Composer, you edit the mcesettings.xml file. The mcesettings.xml file is located in (Apache Tomcat example):<TOMCAT_HOME>\webapps\<Portal name>\WEB-INF\settings
1 Open the mcesettings.xml file in a text editor.
2 In the theme_advanced_fonts setting, add the font with the following syntax:<option value="font_name">font_display_name</option>where font_name is the name of a font and font_display_name is displayed in the drop-down list in the editor.
3 In the theme_advanced_fontsize setting, add the non-standard font sizes with the following syntax:<option value="font_size">font_display_size</option>Where font_size is the font size and font_display_size is displayed in the drop-down list in the editor.To implement the changes made in the mcsettings.xml file, you must restart the Java application server.
OpenText StreamServe 5.6 | Updated: 2013-03-01 |