aboutsummaryrefslogtreecommitdiffstats
path: root/fop/test/config/afp-raster-font-missing.xconf
diff options
context:
space:
mode:
authorGlenn Adams <gadams@apache.org>2016-03-16 17:14:39 +0000
committerGlenn Adams <gadams@apache.org>2016-03-16 17:14:39 +0000
commit2b3e761a15723dc5be98a2fb773c947c036a8e60 (patch)
treebdf8eb73ac585950f0d92c0315bbb7549d526f76 /fop/test/config/afp-raster-font-missing.xconf
parente5c4fd16fca9ab5511c1aa651142f55b246cee53 (diff)
parent091049e90edd8d3adc731aedab4319fcdbe8f49d (diff)
downloadxmlgraphics-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.xconf16
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>