Courier New Unicode Font in Windows

How to:

The Courier New font provides a monospaced Unicode font on the Windows platform.

The Courier New Unicode font requires an additional table on the WebFOCUS Reporting Server that is automatically generated when NLS is configured through the Web Console.


Top of page

x
Procedure: How to Install the Courier New Unicode Font in Windows
  1. Update the NLS configuration on the WebFOCUS Reporting Server.
    1. Open the Web Console.
    2. From the Workspace menu, select Configuration.
    3. From the navigation pane, right-click NLS and select Configure.

      The NLS Configuration Wizard opens.

    4. Select 65001 - Unicode (UTF-8) from the CODE_PAGE drop-down menu, as shown in the following image.

    5. Click Save and Restart Server.
  2. Configure the new font on the WebFOCUS Reporting Server.

    The Courier New Unicode font is defined in the font metrics file. This file has an AFM extension and is delivered with the WebFOCUS Reporting Server. It just needs to be configured by updating the definitions in the font map file, which maps the stylesheet font names to the font metric files.

    1. Navigate to the following WebFOCUS installation directory:
      drive:\ibi\srv77\wfs\etc
    2. Open fontuser.xml in a text editor.
    3. Locate the fontmap element.
    4. Add the following child elements:
      <when format="PDF">
         <family name="Courier New">
            <font style="normal"       metricsfile="pdconu"   />
            <font style="bold"         metricsfile="pdconub"  />
            <font style="italic"       metricsfile="pdconui"  />
            <font style="bold+italic"  metricsfile="pdconubi" />
         </family>
      </when>
    5. Save and close fontuser.xml.

WebFOCUS