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 Launcher application
with a text editor. The default location of the configuration
file is %RPE_HOME%\launcher\rpe-launcher.ini
- Add -Dcom.ibm.rational.rpe.pdf.truetypefontdirectory and
the font directory to the end of the file. Use a semi-colon
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.