~ubuntu-branches/ubuntu/raring/z3c.rml/raring-201302251714

« back to all changes in this revision

Viewing changes to src/z3c/rml/tests/input/tag-registerCidFont.rml

  • Committer: Bazaar Package Importer
  • Author(s): Gediminas Paulauskas
  • Date: 2011-01-05 22:34:45 UTC
  • Revision ID: james.westby@ubuntu.com-20110105223445-wkcn61jbbuqid38s
Tags: upstream-0.9.1
Import upstream version 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8" standalone="no"?>
 
2
<!DOCTYPE document SYSTEM "rml.dtd">
 
3
 
 
4
<document
 
5
    filename="tag-registerTTFont.pdf"
 
6
    xmlns:doc="http://namespaces.zope.org/rml/doc">
 
7
  <docinit>
 
8
    <registerCidFont faceName="HeiseiMin-W3" doc:example="" />
 
9
  </docinit>
 
10
  <template>
 
11
    <pageTemplate id="main">
 
12
      <frame id="first" x1="1cm" y1="1cm" width="19cm" height="26cm"/>
 
13
    </pageTemplate>
 
14
  </template>
 
15
  <story>
 
16
    <para fontName="HeiseiMin-W3" fontSize="40">
 
17
      日本語は難しいですね!
 
18
    </para>
 
19
  </story>
 
20
</document>