a few single unites related fixes, fixes to fp_TextRun::_getContext() and some fixes for bugs introduced by refactoring fp_TextRun.
Please, when you insist on replacing member assignments with calling accessor functions, at least make sure that the end result is the same; for instace in the fp_Run classes 'm_pNext = pRun' is not equivalent 'setNext(pRun)', quite appart from the latter introducing unnecessary overhead. files: fp_TextRun.cpp, fp_Run.cpp, fp_Line.cpp. Tomas
