Font handling

Font handling
Arial must always be available to the StreamServer application, since it is used when no font is selected for a text.
If a font is not available to the StreamServer application, texts with that font are not displayed in output documents.
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
To add a font and specify the font sizes
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 restart the Java application server
To implement the changes made in the mcsettings.xml file, you must restart the Java application server.
To make fonts available to the StreamServer application
All fonts used in Composer must be available to the StreamServer application. In the Design Center Project configuration, import the required fonts to a resource set connected to the Platform.
OpenText StreamServe 5.6 Updated: 2013-03-01