diff options
author | Glenn Adams <gadams@apache.org> | 2012-04-12 17:51:44 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2012-04-12 17:51:44 +0000 |
commit | 7ce408d248e6de52abc7cf65a6447020ef1b243d (patch) | |
tree | 01b9ac405a4613131e277f5c7c427e35c9cd6f0e /src | |
parent | f54e6a380663699f96c5b6730a138f66aa8c75de (diff) | |
download | xmlgraphics-fop-7ce408d248e6de52abc7cf65a6447020ef1b243d.tar.gz xmlgraphics-fop-7ce408d248e6de52abc7cf65a6447020ef1b243d.zip |
Remove obsolete information about TXT renderer.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1325409 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/documentation/content/xdocs/trunk/output.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml index 65a09dde5..7d6147be9 100644 --- a/src/documentation/content/xdocs/trunk/output.xml +++ b/src/documentation/content/xdocs/trunk/output.xml @@ -1319,6 +1319,7 @@ Note that the value of the encoding attribute in the example is the double-byte a quick-and-dirty view of the document text. The renderer is very limited, so do not be surprised if it gives unsatisfactory results. </p> + <!-- OBSOLETE OBSOLETE OBSOLETE <p> The Text renderer works with a fixed size page buffer. The size of this buffer is controlled with the textCPI and textLPI public variables. @@ -1329,6 +1330,7 @@ Note that the value of the encoding attribute in the example is the double-byte Graphic elements (lines, borders, etc) are assigned a lower priority than text, so text will overwrite any graphic element representations. </p> + --> <p> Because FOP lays the text onto a grid during layout, there are frequently extra or missing spaces between characters and lines, which is generally |