diff -rudN -X /home/tshiozak/scratch/patchExclude -x host.def -x xmakefile xc.xtt10pre.19980816/lib/font/FreeType/ftfuncs.c xc/lib/font/FreeType/ftfuncs.c --- xc.xtt10pre.19980816/lib/font/FreeType/ftfuncs.c Mon Aug 17 01:59:00 1998 +++ xc/lib/font/FreeType/ftfuncs.c Mon Aug 24 22:46:20 1998 @@ -658,7 +658,6 @@ height = charInfo->metrics.ascent + descent; /* Make just fit bitmap and draw character on it */ - width += fi->isAutoBold?1:0; ft->map.rows = height; bytes = (width + 7) / 8; bytes = (bytes + (glyph) - 1) & -glyph; @@ -724,7 +723,6 @@ height = ft->pFont->info.maxbounds.ascent + descent; /* Make maxbounds bitmap and draw character on it */ - width += fi->isAutoBold?1:0; ft->map.rows = height; bytes = (width + 7) / 8; bytes = (bytes + (glyph) - 1) & -glyph; diff -rudN -X /home/tshiozak/scratch/patchExclude -x host.def -x xmakefile xc.$s/Makefile xc/Makefile