From: Manuel Mall Date: Wed, 26 Oct 2005 15:28:51 +0000 (+0000) Subject: Minor corrections / additions to trunk part of web site X-Git-Tag: fop-0_90-alpha1~110 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1db5f26a3bd4060dfb4e2889e662be96e2510606;p=xmlgraphics-fop.git Minor corrections / additions to trunk part of web site git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328659 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/trunk/embedding.xml b/src/documentation/content/xdocs/trunk/embedding.xml index 384bd1cc2..da16e44ca 100644 --- a/src/documentation/content/xdocs/trunk/embedding.xml +++ b/src/documentation/content/xdocs/trunk/embedding.xml @@ -270,7 +270,7 @@ Fop fop = new Fop(Constants.RENDER_PS, userAgent);]]>

The base URL to use when resolving relative URLs. Example:

- userAgent.setBaseURL("file://C:/Temp/"); + userAgent.setBaseURL("file:///C:/Temp/");
  • diff --git a/src/documentation/content/xdocs/trunk/fonts.xml b/src/documentation/content/xdocs/trunk/fonts.xml index 66dc8bf9e..ba5be8ed3 100644 --- a/src/documentation/content/xdocs/trunk/fonts.xml +++ b/src/documentation/content/xdocs/trunk/fonts.xml @@ -28,6 +28,11 @@

    Summary + 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. +

    The following table summarizes the font capabilities of the various FOP renderers:

    @@ -225,8 +230,8 @@ It will display all of the font names and exit with an Exception.

    Register Fonts with FOP

    You must tell FOP how to find and use the font metrics files by registering them in the FOP Configuration. Add entries for your custom fonts, regardless of font type, to the configuration file in a manner similar to the following:

    - + ]]> Review the documentation for FOP Configuration for instructions on making the FOP configuration available to FOP when it runs. Otherwise, FOP has no way of finding your custom font information. diff --git a/src/documentation/content/xdocs/trunk/hyphenation.xml b/src/documentation/content/xdocs/trunk/hyphenation.xml index fd9225cec..3340f9c4f 100644 --- a/src/documentation/content/xdocs/trunk/hyphenation.xml +++ b/src/documentation/content/xdocs/trunk/hyphenation.xml @@ -229,7 +229,7 @@ The TeX Book, 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.