diff options
author | Mehdi Houshmand <mehdi@apache.org> | 2011-11-21 13:33:00 +0000 |
---|---|---|
committer | Mehdi Houshmand <mehdi@apache.org> | 2011-11-21 13:33:00 +0000 |
commit | 96f6f23137a6709d0752ce70f5861852c2211bfb (patch) | |
tree | c395dae85f3d3ae5283c31ec120216c788a23d13 /test/xml | |
parent | 69e5c269a31bf7add2c66892d30b9a5eb1fa87a8 (diff) | |
download | xmlgraphics-fop-96f6f23137a6709d0752ce70f5861852c2211bfb.tar.gz xmlgraphics-fop-96f6f23137a6709d0752ce70f5861852c2211bfb.zip |
Bugzilla #52197: Improved support for AdobeStandardEncoding encoded AFM files for type1 fonts
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1204488 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/xml')
-rw-r--r-- | test/xml/pdf-encoding/pdf-encoding-test.xconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xml/pdf-encoding/pdf-encoding-test.xconf b/test/xml/pdf-encoding/pdf-encoding-test.xconf index 82d126328..27f96c950 100644 --- a/test/xml/pdf-encoding/pdf-encoding-test.xconf +++ b/test/xml/pdf-encoding/pdf-encoding-test.xconf @@ -39,7 +39,7 @@ <!-- use a custom font to show encoding problems --> <fonts> - <font metrics-url="test/resources/fonts/glb12.ttf.xml" embed-url="test/resources/fonts/glb12.ttf"> + <font metrics-url="test/resources/fonts/ttf/glb12.ttf.xml" embed-url="test/resources/fonts/ttf/glb12.ttf"> <font-triplet name="Gladiator" style="normal" weight="normal"/> </font> </fonts> |