diff options
author | Keiron Liddle <keiron@apache.org> | 2002-08-16 13:06:38 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-08-16 13:06:38 +0000 |
commit | 5c677a5dced5328af12ef96303015e4656f385e5 (patch) | |
tree | 3f4a603147a3921be6b8d61b652912206d8a4966 /status.xml | |
parent | 2bddcdef54e1544953538649d643b11476c2ea61 (diff) | |
download | xmlgraphics-fop-5c677a5dced5328af12ef96303015e4656f385e5.tar.gz xmlgraphics-fop-5c677a5dced5328af12ef96303015e4656f385e5.zip |
cleanuup, updated status for line height
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195090 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/status.xml b/status.xml index df9984fe8..611d0ae06 100644 --- a/status.xml +++ b/status.xml @@ -69,11 +69,6 @@ inactive?? retrieving. The marker can then be layed out as normal. </action> <action context="code" dev="open"> - Calculate line height. - The line height needs to be calculated while finding breaks. This needs - to include all the alignment and height details of the inline areas. - </action> - <action context="code" dev="open"> implement the caching mechanism to store pages when a page contains a forward reference that has not been resolved then we need to be able to save the page contents to @@ -127,6 +122,11 @@ inactive?? <changes> <release version="?" date="2002"> <action dev="KLL" type="update" context="code"> + Calculate line height. + The line height is calculated while finding breaks. + Improved alignment to use the breaks and context. + </action> + <action dev="KLL" type="update" context="code"> Updated batik with change to TextPainter interface and UserAgent. Improved PDFTextPainter to handle more types of text. </action> @@ -283,6 +283,10 @@ inactive?? <action dev="KL" type="add" context="code"> New layout system using layout managers </action> + <action dev="KL" type="add" context="code"> + Implemented handlers for whitespace handling that collapse whitespace + better in various places + </action> <action dev="KLL" type="update" context="code"> Changed area tree xml format to match the area tree hierarchy </action> |