Hi, I try to upgrade a custom renderer from 0.20 to 0.93. It needs to compute the position and dimension for every kind of area.
This render extends AbstractRenderer which seems to be responsible for placing the areas.
It works fine using containingBPPosition, containingIPPosition, currentBPPosition, currentIPPostion, getBPD(), getIPD()... except for WordArea, InlineSpace.
For these kind of area, currentIPPosition and getIPD() always equal 0. How could I at least compute the width of any word or space ? Pierre --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
