diff options
author | Glenn Adams <gadams@apache.org> | 2012-04-12 17:31:41 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2012-04-12 17:31:41 +0000 |
commit | f54e6a380663699f96c5b6730a138f66aa8c75de (patch) | |
tree | 0483bdb9f8e678501f0f70933ae9fe6004a6f6d6 /src/documentation/content/xdocs/trunk | |
parent | 37ff704262a892e22100b9e56c40228c5bcf562d (diff) | |
download | xmlgraphics-fop-f54e6a380663699f96c5b6730a138f66aa8c75de.tar.gz xmlgraphics-fop-f54e6a380663699f96c5b6730a138f66aa8c75de.zip |
Take leading derived space before/after into account when computing rows for TXT renderer.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1325394 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/trunk')
-rw-r--r-- | src/documentation/content/xdocs/trunk/output.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml index 8597ab787..65a09dde5 100644 --- a/src/documentation/content/xdocs/trunk/output.xml +++ b/src/documentation/content/xdocs/trunk/output.xml @@ -1337,8 +1337,8 @@ Note that the value of the encoding attribute in the example is the double-byte </p> <ul> <li>font-family="Courier"</li> - <li>font-size="7.3pt"</li> - <li>line-height="10.5pt"</li> + <li>font-size="10pt"</li> + <li>line-height="10pt"</li> </ul> </section> <section id="sandbox"> @@ -1388,4 +1388,4 @@ Note that the value of the encoding attribute in the example is the double-byte </section> </body> -</document>
\ No newline at end of file +</document> |