]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Minor corrections / additions to trunk part of web site
authorManuel Mall <manuel@apache.org>
Wed, 26 Oct 2005 15:28:51 +0000 (15:28 +0000)
committerManuel Mall <manuel@apache.org>
Wed, 26 Oct 2005 15:28:51 +0000 (15:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328659 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/trunk/embedding.xml
src/documentation/content/xdocs/trunk/fonts.xml
src/documentation/content/xdocs/trunk/hyphenation.xml

index 384bd1cc2984e7ffebeaa6fa56370e8070d221d0..da16e44ca99aa0655b9496cfa4fa9dd9d0eaeb1a 100644 (file)
@@ -270,7 +270,7 @@ Fop fop = new Fop(Constants.RENDER_PS, userAgent);]]></source>
         <p>
           The <strong>base URL</strong> to use when resolving relative URLs. Example:
         </p>
-        <source>userAgent.setBaseURL("file://C:/Temp/");</source>
+        <source>userAgent.setBaseURL("file:///C:/Temp/");</source>
       </li>
       <li>
         <p>
index 66dc8bf9e6cc952051bce32a03f2984f00f23f4c..ba5be8ed31e041a2cbb14d927d69405bb3a264a5 100644 (file)
   <body>
     <section id="intro">
       <title>Summary</title>
+      <note>The FOP Font subsystem is currently undergoing a significant change.
+        The details provided here especially related to the generation of FOP Font
+        Metrics files and the FOP Font configuration are likely to change substantially
+        in the future.
+      </note>
       <p>The following table summarizes the font capabilities of the various FOP renderers:</p>
       <table>
         <tr>
@@ -225,8 +230,8 @@ It will display all of the font names and exit with an Exception.</p>
       <section id="register">
         <title>Register Fonts with FOP</title>
         <p>You must tell FOP how to find and use the font metrics files by registering them in the <a href="configuration.html">FOP Configuration</a>. Add entries for your custom fonts, regardless of font type, to the configuration file in a manner similar to the following:</p>
-        <source><![CDATA[<font metrics-url="file:C:/myfonts/FTL_____.xml" kerning="yes"
-      embed-url="file:C:/myfonts/FTL_____.pfb">
+        <source><![CDATA[<font metrics-url="file:///C:/myfonts/FTL_____.xml" kerning="yes"
+      embed-url="file:///C:/myfonts/FTL_____.pfb">
   <font-triplet name="FrutigerLight" style="normal" weight="normal"/>
 </font>]]></source>
         <note>Review the documentation for <a href="configuration.html">FOP Configuration</a> for instructions on making the FOP configuration available to FOP when it runs. Otherwise, FOP has no way of finding your custom font information.</note>
index fd9225cec14aa162fed684d1d41c450f4a7b148f..3340f9c4f40669fbffb589175fd3aabb9d5fe72e 100644 (file)
      <a class="fork" href="http://www.ctan.org/tex-archive/systems/knuth/tex/texbook.tex">The
      TeX Book</a>, appendix H (either read the TeX source, or run it through
      TeX to typeset it). Secondary articles, for example the works by Petr Sojka,
-     may alos give some much needed insigth into problems arising in automated
+     may also give some much needed insight into problems arising in automated
      hyphenation.</p>
   </section>
   </body>