aboutsummaryrefslogtreecommitdiffstats
path: root/test/xml/uri-testing/font.fo
diff options
context:
space:
mode:
Diffstat (limited to 'test/xml/uri-testing/font.fo')
-rw-r--r--test/xml/uri-testing/font.fo14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/xml/uri-testing/font.fo b/test/xml/uri-testing/font.fo
new file mode 100644
index 000000000..88a29694b
--- /dev/null
+++ b/test/xml/uri-testing/font.fo
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
+ <fo:layout-master-set>
+ <fo:simple-page-master master-name="master" page-height="29.7cm" page-width="21cm" margin="2.5cm">
+ <fo:region-body margin-top="3cm"/>
+ </fo:simple-page-master>
+ </fo:layout-master-set>
+ <fo:page-sequence master-reference="master">
+ <fo:flow flow-name="xsl-region-body">
+ <fo:block font-family="gladttf"> TTF Gladiator </fo:block>
+ <fo:block font-family="gladtype1"> Type 1 Gladiator </fo:block>
+ </fo:flow>
+ </fo:page-sequence>
+</fo:root>