diff options
Diffstat (limited to 'test/test.xconf')
-rw-r--r-- | test/test.xconf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/test.xconf b/test/test.xconf new file mode 100644 index 000000000..c0df5b0dd --- /dev/null +++ b/test/test.xconf @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<fop version="1.0"> + <renderers> + <renderer mime="application/pdf"> + <fonts> + <font metrics-url="test/resources/fonts/glb12.ttf.xml" embed-url="test/resources/fonts/glb12.ttf"> + <font-triplet name="Gladiator" style="normal" weight="normal"/> + </font> + <font metrics-url="test/resources/fonts/glb12.ttf.ansi.xml" embed-url="test/resources/fonts/glb12.ttf"> + <font-triplet name="Gladiator-Ansi" style="normal" weight="normal"/> + </font> + <font metrics-url="test/resources/fonts/glb12.ttf.ansi.xml"> + <font-triplet name="Gladiator-Non-Embedded" style="normal" weight="normal"/> + </font> + </fonts> + </renderer> + </renderers> +</fop> |