<s3 title="Generating a font metrics file">
<p> Run the class org.apache.fop.fonts.apps.PFMReader to generate the XML file.
</p>
- <p>
- <code>java -cp fop.jar;xerces.jar;xalan.jar;batik.jar</code>
+ <p>Windows:</p>
+ <p>
+ <code>java -cp build\fop.jar;lib\xerces.jar;lib\xalan.jar;lib\batik.jar
+ org.apache.fop.fonts.apps.PFMReader pfm-file xml-file</code>
</p>
+ <p>Unix:</p>
<p>
- <code>org.apache.fop.fonts.apps.PFMReader pfm-file xml-file</code>
+ <code>java -cp build/fop.jar:lib/xerces.jar:lib/xalan.jar:lib/batik.jar
+ org.apache.fop.fonts.apps.PFMReader pfm-file xml-file</code>
</p>
<note><p>The tool will construct some values (FontBBox, StemV and ItalicAngle) based on assumptions and
calculations which are only an approximation to the real values. FontBBox and Italic Angle can be found in
<s1 title="Features">
<s2 title="What's Implemented?">
- <p>The following formatting objects and properties of the xsl-fo
- candidate recommendation are implemented.Please have also a look at the
+ <p>The following formatting objects and properties of the XSL-FO 1.0
+ W3C Recommandation are implemented.Please have also a look at the
section on <jump href="limitations.html">limitations</jump>
</p>
</s2>
</s3>
</s2>
-
-border and padding shorthand properties
-
<s2 title="2) Properties">
<p>Property values can be computed. Compound properties are also understood by Fop.</p>
<ul>
<li>margin-right (only on pages and regions) </li>
<li>margin-top (only on pages and regions) </li>
<li>master-name </li>
+ <li>master-reference </li>
<li>maximum-repeats</li>
<li>number-columns-spanned</li>
<li>odd-or-even</li>
<s2 title="PS">
<p>
The postscript format can be used to send to a printer or any other
-puspose you may have. It has good support for most text and
+purpose you may have. It has good support for most text and
layout. images and SVG are not fully supported due to some ps
issues.
</p>
<p>
This is currently not integrated with FOP but it will soon.
This will create an rtf (rich text format) document that will
-attempt to contatin as much information from the fo document as
+attempt to contain as much information from the fo document as
possible.
</p>
</s2>
<p>
<figure width="480" height="260" src="document.jpg" alt="Render Diagram" />
</p>
- <p>The latest version of Fop is 0.20.2 and it supports the xsl:fo
+ <p>The latest version of Fop is 0.20.3 and it supports the xsl:fo
<jump href="http://www.w3.org/TR/2001/REC-xsl-20011015/">XSL-FO Version 1.0
W3C Recommendation</jump>.
You can <jump href="download.html">download</jump>
<s2 title="Other resources">
<ul>
<li><jump href="http://xml.apache.org/mail/fop-dev/">Apache archive of fop-dev@apache.org</jump></li>
- <li><jump href="http://marc.theaimsgroup.com/">External, but easier to browse archive fop-dev@apache.org</jump></li>
<li>The Mailing list ARChives (MARC) at the AIMS group: <jump href="http://marc.theaimsgroup.com/?l=fop-dev&r=1&w=2">fop-dev</jump>,
<jump href="http://marc.theaimsgroup.com/?l=fop-user&r=1&w=2">fop-user</jump></li>(searchable)
<li>There is an xsl:fo mailing list: www-xsl-fo@w3.org. Subscription info can be found here: <jump href="http://www.w3.org/Mail/Request">
<s2 title="Problems">
<p>If you have problems running FOP, please have a look at the
<jump href="http://www.owal.co.uk:8090/asf/servlet/asf/screen/DisplayTopics/action/SetAll/project_id/18/faq_id/276">FOP FAQ</jump>. If you don't find a solution there,
- you can ask for help on the list fop-dev@xml.apache.org. Maybe it is a bug and
- maybe somebody is already working on it.
+ you can ask for help on
+ <jump href="http://marc.theaimsgroup.com/?l=fop-user&r=1&w=2">fop-user@xml.apache.org</jump>
+ (see <jump href="http://xml.apache.org/mail.html">here</jump> for
+ howto subscribe). Maybe it is a bug and maybe somebody is already working on it.
</p>
</s2>
</s1>