When the PDF driver generates output file for a template,
it checks common font directories for the fonts to be used. If the
system has additional fonts installed in a non-default directory,
you can specify these font directories in the configuration file for
the Launcher application.
About this task

Common Windows font
directory:

Common Linux font
directories:
- /usr/share/fonts
- /usr/local/share/fonts
- /usr/X11R6/lib/X11/fonts
Procedure
- Open the configuration file for the Document
Studio application with a text editor. The default location
of the configuration file is: RPE_HOME\studio\rpe-studio.ini
- Add -Dcom.ibm.rational.rpe.pdf.truetypefontdirectory and
the font directory to the end of the file. Use a semicolon
to separate multiple directories. Example:
: -Dcom.ibm.rational.rpe.pdf.truetypefontdirectory=C:\Windows\Fonts;d:\fontlib
: -Dcom.ibm.rational.rpe.pdf.truetypefontdirectory=/usr/share/font;/usr/local/share/fonts
- Save the changes.