diff options
author | William Victor Mote <vmote@apache.org> | 2003-07-28 23:03:22 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-07-28 23:03:22 +0000 |
commit | 1cd970079ab94fc8e1dee079611f060269b8daf6 (patch) | |
tree | dc7f355b330aa6d883dc790e2cc9a8a08a5d5cfe /src/documentation/content | |
parent | 9ff3878eb4b0df7548bfe927babe1379bbd7312d (diff) | |
download | xmlgraphics-fop-1cd970079ab94fc8e1dee079611f060269b8daf6.tar.gz xmlgraphics-fop-1cd970079ab94fc8e1dee079611f060269b8daf6.zip |
fix some more typos
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196754 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content')
-rw-r--r-- | src/documentation/content/xdocs/fonts.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/documentation/content/xdocs/fonts.xml b/src/documentation/content/xdocs/fonts.xml index e97ee46fc..b9e1c2613 100644 --- a/src/documentation/content/xdocs/fonts.xml +++ b/src/documentation/content/xdocs/fonts.xml @@ -12,7 +12,7 @@ <body> <section id="intro"> <title>Summary</title> - <p>The following table summarizes the font capabilites of the various FOP renderers:</p> + <p>The following table summarizes the font capabilities of the various FOP renderers:</p> <table> <tr> <th>Renderer</th> @@ -143,7 +143,7 @@ The constructed values however appear to have no visible influence.</note> <title>TrueType Font Metrics</title> <p>FOP includes TTFReader, which reads the TTF file and generates an appropriate font metrics file for it. Use it in a similar manner to PFMReader. -For example, to create such a metcis file in Windows from the TrueType font at c:\myfonts\cmr10.ttf:</p> +For example, to create such a metrics file in Windows from the TrueType font at c:\myfonts\cmr10.ttf:</p> <source>java -cp build\fop.jar;lib\avalon-framework.jar;lib\xml-apis.jar; lib\xercesImpl.jar;lib\xalan.jar org.apache.fop.fonts.apps.TTFReader [options] @@ -185,7 +185,7 @@ will produce incorrect results.</td> <td>Correct.</td> <td>Correct if and only if the font is embedded in the output. (This is possible because, although the underlying characters are encoded incorrectly, the embedded font is -also encoded incorreclty).</td> +also encoded incorrectly).</td> </tr> </table> <warning id="cid-keyed-encoding-ttf">As shown in the above table, regardless of |