diff options
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> |