aboutsummaryrefslogtreecommitdiffstats
path: root/test/events
diff options
context:
space:
mode:
authorMehdi Houshmand <mehdi@apache.org>2011-11-21 13:33:00 +0000
committerMehdi Houshmand <mehdi@apache.org>2011-11-21 13:33:00 +0000
commit96f6f23137a6709d0752ce70f5861852c2211bfb (patch)
treec395dae85f3d3ae5283c31ec120216c788a23d13 /test/events
parent69e5c269a31bf7add2c66892d30b9a5eb1fa87a8 (diff)
downloadxmlgraphics-fop-96f6f23137a6709d0752ce70f5861852c2211bfb.tar.gz
xmlgraphics-fop-96f6f23137a6709d0752ce70f5861852c2211bfb.zip
Bugzilla #52197: Improved support for AdobeStandardEncoding encoded AFM files for type1 fonts
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1204488 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/events')
-rw-r--r--test/events/font.fo14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/events/font.fo b/test/events/font.fo
index 551527522..e69de29bb 100644
--- a/test/events/font.fo
+++ b/test/events/font.fo
@@ -1,14 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="page"
- page-height="420pt" page-width="320pt" margin="10pt">
- <fo:region-body background-color="#F0F0F0"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
- <fo:page-sequence master-reference="page">
- <fo:flow flow-name="xsl-region-body">
- <fo:block font-family="blah">This block uses an unknown font.</fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>