<?xml version="1.0" encoding="UTF-8"?>
<fop version="1.0">
<!--
Uncomment this line for Lax FO validation
-->
<!-- <strict-validation>false</strict-validation>-->
<!--
The base folder for relative paths.
-->
<!-- <base>./</base> -->
<!--
The base folder for the font metrics files generated by org.apache.fop.fonts.apps.TTFReader.
For setting the base folder you should uncomment the next line and replace the folder value
with the correct path from your computer.
-->
<!-- <font-base>file:/Applications/Oxygen/FOP-fonts/</base> -->
<!--
The image resolution. For setting the resolution of images processed by FOP you should
uncomment one or both of the following lines.
-->
<source-resolution>120</source-resolution>
<target-resolution>120</target-resolution>
<!--
The format of the output page.
-->
<default-page-settings height="11in" width="8.5in"/>
<renderers>
<renderer mime="application/pdf">
<filterList>
<!-- Compression using zlib flate (default is on). -->
<value>flate</value>
</filterList>
<fonts>
<!-- register all the fonts found in a directory -->
<!-- directory>C:\MyFonts1</directory -->
<!-- register all the fonts found in a directory and all of
its sub directories (use with care) -->
<!-- directory recursive="true">/Users/eskwayrd/Workspaces/p4doc/manuals/_fonts</directory -->
<font embed-url="@fonts-dir@/Palatino/Palatino-Roman.ttf">
<font-triplet name="Palatino" style="normal" weight="normal"/>
</font>
<font embed-url="@fonts-dir@/Palatino/Palatino-Italic.ttf">
<font-triplet name="Palatino" style="italic" weight="normal"/>
</font>
<font embed-url="@fonts-dir@/Palatino/Palatino-Bold.ttf">
<font-triplet name="Palatino" style="normal" weight="bold"/>
</font>
<font embed-url="@fonts-dir@/Palatino/Palatino-BoldItalic.ttf">
<font-triplet name="Palatino" style="italic" weight="bold"/>
</font>
<font embed-url="@fonts-dir@/MyriadPro/MyriadPro-Cond.ttf">
<font-triplet name="MyriadPro-Cond" style="normal" weight="normal"/>
</font>
<font embed-url="@fonts-dir@/MyriadPro/MyriadPro-CondIt.ttf">
<font-triplet name="MyriadPro-Cond" style="italic" weight="normal"/>
</font>
<font embed-url="@fonts-dir@/MyriadPro/MyriadPro-BoldCond.ttf">
<font-triplet name="MyriadPro-Cond" style="normal" weight="bold"/>
</font>
<font embed-url="@fonts-dir@/MyriadPro/MyriadPro-BoldCondIt.ttf">
<font-triplet name="MyriadPro-Cond" style="italic" weight="bold"/>
</font>
<font embed-url="@fonts-dir@/MyriadPro/MyriadPro-Regular.ttf">
<font-triplet name="MyriadPro" style="normal" weight="normal"/>
</font>
<font embed-url="@fonts-dir@/MyriadPro/MyriadPro-It.ttf">
<font-triplet name="MyriadPro" style="italic" weight="normal"/>
</font>
<font embed-url="@fonts-dir@/MyriadPro/MyriadPro-Bold.ttf">
<font-triplet name="MyriadPro" style="normal" weight="bold"/>
</font>
<font embed-url="@fonts-dir@/MyriadPro/MyriadPro-BoldIt.ttf">
<font-triplet name="MyriadPro" style="italic" weight="bold"/>
</font>
<font embed-url="@fonts-dir@/TheSansMonoCd/TheSansMonoCd-W6SemiBold.ttf">
<font-triplet name="TheSansMono" style="normal" weight="normal"/>
</font>
<font embed-url="@fonts-dir@/TheSansMonoCd/TheSansMonoCd-W6SemiBoldIta.ttf">
<font-triplet name="TheSansMono" style="italic" weight="normal"/>
</font>
<font embed-url="@fonts-dir@/TheSansMonoCd/TheSansMonoCd-W8ExtraBold.ttf">
<font-triplet name="TheSansMono" style="normal" weight="bold"/>
</font>
<font embed-url="@fonts-dir@/TheSansMonoCd/TheSansMonoCd-W8ExtraBoldIt.ttf">
<font-triplet name="TheSansMono" style="italic" weight="bold"/>
</font>
<font embed-url="@fonts-dir@/ArialUnicode/ArialUnicode.ttf">
<font-triplet name="Arial Unicode MS" style="normal" weight="normal"/>
</font>
<!--
FOP will look for other fonts in the fonts installed in the operating system.
-->
<auto-detect/>
</fonts>
</renderer>
</renderers>
</fop>