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/config/test_font_embedurl_malformed.xconf | |
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/config/test_font_embedurl_malformed.xconf')
-rw-r--r-- | test/config/test_font_embedurl_malformed.xconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/config/test_font_embedurl_malformed.xconf b/test/config/test_font_embedurl_malformed.xconf index ee9f7bede..41e6c2677 100644 --- a/test/config/test_font_embedurl_malformed.xconf +++ b/test/config/test_font_embedurl_malformed.xconf @@ -16,7 +16,7 @@ <renderer mime="application/pdf"> <fonts> <!-- this font has a malformed embed-url --> - <font metrics-url="test/resources/fonts/glb12.ttf.xml" embed-url="badprotocol:test/resources/fonts/glb12.ttf"> + <font metrics-url="test/resources/fonts/ttf/glb12.ttf.xml" embed-url="badprotocol:test/resources/fonts/ttf/glb12.ttf"> <font-triplet name="Gladiator-Ansi" style="normal" weight="normal"/> </font> </fonts> |