Created
July 1, 2011 11:26
-
-
Save theresajayne/1058343 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<fop xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > | |
<strict-configuration>true</strict-configuration> | |
<base>C:/InBrand-1.0/Runtime/Fonts</base> | |
<font-base>C:/InBrand-1.0/Runtime/Fonts</font-base> | |
<cache-file>C:/InBrand-1.0/fop-cache</cache-file> | |
<!-- | |
************************************************************************ | |
Add fonts here | |
************************************************************************ | |
--> | |
<renderers> | |
<renderer mime="application/pdf"> | |
<fonts> | |
<font metrics-url="HelveticaNeueHeavy.xml" kerning="yes" embed-url="LTe50267.TTF"> | |
<font-triplet name="HelveticaNeueHeavy" style="normal" weight="normal"/> | |
<font-triplet name="HelveticaNeue" style="normal" weight="heavy"/> | |
</font> | |
<font metrics-url="HelveticaNeueBold.xml" kerning="yes" embed-url="LTe50261.TTF"> | |
<font-triplet name="HelveticaNeue" style="normal" weight="bold"/> | |
</font> | |
<font metrics-url="HelveticaNeueBoldItalic.xml" kerning="yes" embed-url="HELVNBI_.TTF"> | |
<font-triplet name="HelveticaNeue" style="italic" weight="bold"/> | |
</font> | |
<font metrics-url="HelveticaNeueItalic.xml" kerning="yes" embed-url="HELVNI__.TTF"> | |
<font-triplet name="HelveticaNeue" style="italic" weight="normal"/> | |
</font> | |
<font metrics-url="HelveticaNeue.xml" kerning="yes" embed-url="LTe50259.TTF"> | |
<font-triplet name="HelveticaNeue" style="normal" weight="normal"/> | |
</font> | |
<font metrics-url="HelveticaNeueLight.xml" kerning="yes" embed-url="HELVNL__.TTF"> | |
<font-triplet name="HelveticaNeue" style="normal" weight="light"/> | |
</font> | |
<auto-detect/> | |
</fonts> | |
</renderer> | |
</renderers> | |
</fop> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment