--- fp_TextRun.cpp Sat Nov 25 11:39:49 2000 +++ hj_fp_TextRun.cpp Sat Nov 25 11:45:01 2000 @@ -286,7 +286,7 @@ { iLeftWidth += pCharWidths[i + offset]; iRightWidth -= pCharWidths[i + offset]; -#if 1 +#if 0 /* FIXME: this is a direct equivalent to HJ's patch, but other branch could be more correct than this one. - VH