Improved space allocation in justification algorithm, courtesy of Bruce Pearson <[EMAIL PROTECTED]> M abi/src/text/fmt/xp/fb_Alignment.cpp M abi/src/text/fmt/xp/fb_Alignment.h M abi/src/text/fmt/xp/fb_LineBreaker.cpp M abi/src/text/fmt/xp/fp_Line.cpp M abi/src/text/fmt/xp/fp_Line.h M abi/src/text/fmt/xp/fp_TextRun.cpp M abi/src/text/fmt/xp/fp_TextRun.h At 11:13 PM 10/12/99 +0800, Bruce Pearson wrote: >When distributing justification on a line, the line is first broken up into >words with the 'space' on the end of the word. The 'space' character width >is then increased as required. Text is now drawn a word at a time for >justified text. This seems to work fine. Paul
