aboutsummaryrefslogtreecommitdiffstats
path: root/fop/test/xml/uri-testing/font.fo
blob: 88a29694befa653b6beee500fd3aeca1c2f97e98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>