diff options
author | Glen Mazza <gmazza@apache.org> | 2005-01-06 00:56:26 +0000 |
---|---|---|
committer | Glen Mazza <gmazza@apache.org> | 2005-01-06 00:56:26 +0000 |
commit | 32781f1091b3227044dd80b43743999c81157ac5 (patch) | |
tree | b4cdb696ced423b07f9bcda27bdef2004ab12043 /examples/fo/advanced | |
parent | c5f1859de3bc9f0b06322e63caed66b498d2bfe5 (diff) | |
download | xmlgraphics-fop-32781f1091b3227044dd80b43743999c81157ac5.tar.gz xmlgraphics-fop-32781f1091b3227044dd80b43743999c81157ac5.zip |
1.) fox:label converted to 1.1 fo:bookmark-title.
2.) FObj, FObjMixed, InlineLevel made abstract.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198227 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples/fo/advanced')
-rw-r--r-- | examples/fo/advanced/cid-fonts.fo | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/examples/fo/advanced/cid-fonts.fo b/examples/fo/advanced/cid-fonts.fo index 556aa8a2d..526ebea06 100644 --- a/examples/fo/advanced/cid-fonts.fo +++ b/examples/fo/advanced/cid-fonts.fo @@ -2,8 +2,7 @@ <!DOCTYPE fo:root [ <!ENTITY nbsp " "> ]> -<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" - xmlns:fox="http://xml.apache.org/fop/extensions"> +<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="A4" page-width="21cm" @@ -18,61 +17,61 @@ <fo:bookmark-tree> <fo:bookmark internal-destination="sec0"> - <fox:label>Adding Fonts to FOP</fox:label> + <fo:bookmark-title>Adding Fonts to FOP</fo:bookmark-title> </fo:bookmark> <fo:bookmark internal-destination="sec1"> - <fox:label>Adding additional Type 1 fonts</fox:label> + <fo:bookmark-title>Adding additional Type 1 fonts</fo:bookmark-title> <fo:bookmark internal-destination="sec1-1"> - <fox:label>Generating a font metrics file</fox:label> + <fo:bookmark-title>Generating a font metrics file</fo:bookmark-title> </fo:bookmark> <fo:bookmark internal-destination="sec1-2"> - <fox:label>Register the fonts within FOP</fox:label> + <fo:bookmark-title>Register the fonts within FOP</fo:bookmark-title> </fo:bookmark> </fo:bookmark> <fo:bookmark internal-destination="sec2"> - <fox:label>Adding additional TrueType fonts</fox:label> + <fo:bookmark-title>Adding additional TrueType fonts</fo:bookmark-title> <fo:bookmark internal-destination="sec2-1"> - <fox:label>Generating a font metrics file</fox:label> + <fo:bookmark-title>Generating a font metrics file</fo:bookmark-title> </fo:bookmark> <fo:bookmark internal-destination="sec2-2"> - <fox:label>TrueType collections</fox:label> + <fo:bookmark-title>TrueType collections</fo:bookmark-title> </fo:bookmark> <fo:bookmark internal-destination="sec2-3"> - <fox:label>Register the fonts within FOP</fox:label> + <fo:bookmark-title>Register the fonts within FOP</fo:bookmark-title> </fo:bookmark> </fo:bookmark> <fo:bookmark internal-destination="sec3"> - <fox:label>Embedding fonts in the PDF</fox:label> + <fo:bookmark-title>Embedding fonts in the PDF</fo:bookmark-title> </fo:bookmark> <fo:bookmark internal-destination="sec4"> - <fox:label>Example embedding MSGothic</fox:label> + <fo:bookmark-title>Example embedding MSGothic</fo:bookmark-title> <fo:bookmark internal-destination="sec4-1"> - <fox:label>Setup CLASSPATH</fox:label> + <fo:bookmark-title>Setup CLASSPATH</fo:bookmark-title> </fo:bookmark> <fo:bookmark internal-destination="sec4-2"> - <fox:label>Create the metrics file</fox:label> + <fo:bookmark-title>Create the metrics file</fo:bookmark-title> </fo:bookmark> <fo:bookmark internal-destination="sec4-3"> - <fox:label>Edit msgothic.xml</fox:label> + <fo:bookmark-title>Edit msgothic.xml</fo:bookmark-title> </fo:bookmark> <fo:bookmark internal-destination="sec4-4"> - <fox:label>Register the font with FOP</fox:label> + <fo:bookmark-title>Register the font with FOP</fo:bookmark-title> </fo:bookmark> </fo:bookmark> <fo:bookmark internal-destination="sec5"> - <fox:label>Japanese Examples</fox:label> + <fo:bookmark-title>Japanese Examples</fo:bookmark-title> </fo:bookmark> </fo:bookmark-tree> |