Register FOP configuration and font family with PolicyCenter

Before you begin

Complete the step Register the fonts with Apache FOP before you perform this step.

About this task

You must specifically add the non-Latin1 languages that you want to support in file config.xml.

Procedure

  1. Open Guidewire Studio™ for PolicyCenter and press Ctrl+Shift+N, and then search for config.xml.
  2. Open config.xml, find parameter PrintFontFamilyName and set it to the following value.
    • <paramname="PrintFontFamilyName"value="sans-serif, Cyrillic, Japanese, Chinese"/>
    Do not change the san-serif designation as this would affect the Latin1 languages. List the non-Latin1 languages in the order shown, with Russian (Cyrillic) first.
  3. Find parameter PrintFOPUserConfigFile and set it to the following value.
    • <paramname="PrintFOPUserConfigFile"value="C:/fopconfig/fop.xconf"/>
    This configuration parameter provides a fully qualified path to a valid FOP user configuration file. The parameter must point to the fop.xconf file that you modified.
  4. Stop and start the PolicyCenter server so that these changes can take effect.

What to do next

The next step is Testing your configuration.