diff options
Diffstat (limited to 'fop/test/config/afp-raster-font-missing.xconf')
-rw-r--r-- | fop/test/config/afp-raster-font-missing.xconf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/fop/test/config/afp-raster-font-missing.xconf b/fop/test/config/afp-raster-font-missing.xconf new file mode 100644 index 000000000..907c70778 --- /dev/null +++ b/fop/test/config/afp-raster-font-missing.xconf @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<fop version="1.0"> + <base>.</base> + <strict-validation>false</strict-validation> + <renderers> + <renderer mime="application/x-afp"> + <fonts> + <font> + <afp-font name="TEST" type="raster" codepage="T1V10500" encoding="Cp500"> + </afp-font> + <font-triplet name="TEST" style="normal" weight="normal"/> + </font> + </fonts> + </renderer> + </renderers> +</fop> |