*** XOutputDev.cc- Sat Feb 21 17:37:38 1998 --- XOutputDev.cc Tue Mar 10 22:42:49 1998 *************** *** 275,281 **** // rendering the font. This code tries to guess by looking at the // width of the character 'm' (which breaks if the font is a // subset that doesn't contain 'm'). ! if (w1 > 1.1 * w2 || w1 < 0.9 * w2) { w1 /= w2; mat11 *= w1; mat12 *= w1; --- 275,281 ---- // rendering the font. This code tries to guess by looking at the // width of the character 'm' (which breaks if the font is a // subset that doesn't contain 'm'). ! if (w1 > 0 && (w1 > 1.1 * w2 || w1 < 0.9 * w2)) { w1 /= w2; mat11 *= w1; mat12 *= w1;