DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28130>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28130 Errors in the calculation of adjustment factors ------- Additional Comments From [EMAIL PROTECTED] 2004-04-02 09:58 ------- Excellent work. Text justification is one of FOP development priorities. Priorities for layout work are defined here: http://xml.apache.org/fop/design/layout.html#status-todo I went through a similar thought process to you when I analysed the code in Text and Line LMs. I'm taking a closer look at your patch now. I believe the reason why justification still doesnt work after correcting the issues you've found is because TextLM.addAreas doesnt create separate areas for each word - it creates one big area in some cases for whole line, so there is no opportunity to add space adjust for justification. Your patch looks like it is the first piece of the puzzle to get Justification working