diff options
author | Glenn Adams <gadams@apache.org> | 2016-03-16 17:14:39 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2016-03-16 17:14:39 +0000 |
commit | 2b3e761a15723dc5be98a2fb773c947c036a8e60 (patch) | |
tree | bdf8eb73ac585950f0d92c0315bbb7549d526f76 /fop/test/config/afp-raster-font-missing.xconf | |
parent | e5c4fd16fca9ab5511c1aa651142f55b246cee53 (diff) | |
parent | 091049e90edd8d3adc731aedab4319fcdbe8f49d (diff) | |
download | xmlgraphics-fop-2b3e761a15723dc5be98a2fb773c947c036a8e60.tar.gz xmlgraphics-fop-2b3e761a15723dc5be98a2fb773c947c036a8e60.zip |
FOP-1852: Add maven build support.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1735268 13f79535-47bb-0310-9956-ffa450edef68
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> |