From ce6f1de88bdc4f5472b8bbb1a36ab0975bb692e6 Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Mon, 2 Sep 2002 10:50:50 +0000 Subject: [PATCH] updated for fontreader and previous changes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195136 13f79535-47bb-0310-9956-ffa450edef68 --- status.xml | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/status.xml b/status.xml index 611d0ae06..21fa1fcdb 100644 --- a/status.xml +++ b/status.xml @@ -28,25 +28,13 @@ inactive?? - - get simple pagination working - sort out page sequence details complete resolving id areas - - add the pdf side part of bookmark extension - - - Add static areas to page - The static areas will need to be handled in a similar way to the flow - except the bpd is unlimited and it will need to reset and repeat for - each page. - Add id areas to page when area added. When the layout managers add an area to the page it can also add the id @@ -86,12 +74,19 @@ inactive?? breaks from the child objects. The it will add the appropriate areas to the area tree. + + Implemented spacing between blocks and the adjustment to + actual height when adding areas. + Get bookmark extension working. Make sure the extension id references are resolved. Once the data is fully resolved then implement a way for the pdf renderer to add the bookmarks. See branch for code how to add bookmarks. + + add the pdf side part of bookmark extension + @@ -121,6 +116,21 @@ inactive?? + + Fixed a bug in the TTFReader where it tried to read + values for the end character. Handles unsupported + non-unicode cmap better. Added logging. + + + Add static areas to page + The static areas will need to be handled in a similar way to the flow + except the bpd is unlimited and it will need to reset and repeat for + each page. + + + Implemented leader, get leader working and sort out + how inline objects adjust to the ipd + Calculate line height. The line height is calculated while finding breaks.