I have made changes to fp_TextRun and fp_Line that get rid of the need to split runs at spaces when a paragraph has justified alignment.
I have not had chance to test this extensively, so the critical code is compiled conditionally -- should any serious problems surface, just comment out #define JUSTIFY_WITHOUT_SPLITING at line 48 of fp_TextRun.h. I will remove the defines later when I have satisfied myself it works just fine. files: fp_TextRun.h/cpp, fp_Line.cpp Tomas
