diff options
author | Jeremias Maerki <jeremias@apache.org> | 2009-03-24 08:08:54 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2009-03-24 08:08:54 +0000 |
commit | c71b4374b1b89486e7103116eaace7c0adf9a84d (patch) | |
tree | 72aff0d427887852c950c14dd3e9b60d684e6d6c /test/test-no-xml-metrics.xconf | |
parent | 837cacd29624ddf4f1a58fc7069121ee8652c8f7 (diff) | |
download | xmlgraphics-fop-c71b4374b1b89486e7103116eaace7c0adf9a84d.tar.gz xmlgraphics-fop-c71b4374b1b89486e7103116eaace7c0adf9a84d.zip |
Amendment to revision 755894:
The mimicking fix didn't work for all output formats.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@757681 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/test-no-xml-metrics.xconf')
-rw-r--r-- | test/test-no-xml-metrics.xconf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/test-no-xml-metrics.xconf b/test/test-no-xml-metrics.xconf index d47e0ec8f..beb24c0ef 100644 --- a/test/test-no-xml-metrics.xconf +++ b/test/test-no-xml-metrics.xconf @@ -22,5 +22,23 @@ </font> </fonts> </renderer> + <renderer mime="application/postscript"> + <fonts> + <font embed-url="glb12.ttf" kerning="yes"> + <font-triplet name="Gladiator Bold" style="normal" weight="normal"/> + <font-triplet name="Gladiator" style="normal" weight="bold"/> + <font-triplet name="Gladiator" style="normal" weight="normal"/> + </font> + </fonts> + </renderer> + <renderer mime="image/tiff"> + <fonts> + <font embed-url="glb12.ttf" kerning="yes"> + <font-triplet name="Gladiator Bold" style="normal" weight="normal"/> + <font-triplet name="Gladiator" style="normal" weight="bold"/> + <font-triplet name="Gladiator" style="normal" weight="normal"/> + </font> + </fonts> + </renderer> </renderers> </fop> |