From: Kenichi Handa Date: Thu, 7 Feb 2008 01:13:18 +0000 (+0000) Subject: (ftfont_open): Fix previous change. X-Git-Tag: emacs-pretest-23.0.90~8127 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=06a1ab15d61873f25387c8828725a2fe7fa2312e;p=emacs.git (ftfont_open): Fix previous change. --- diff --git a/src/ftfont.c b/src/ftfont.c index cd76c292cd6..9fb50d3dba3 100644 --- a/src/ftfont.c +++ b/src/ftfont.c @@ -883,7 +883,7 @@ ftfont_open (f, entity, pixel_size) { int i; - font->font.average_width = 0; + font->font.average_width = font->font.space_width = 0; for (i = 32; i < 127; i++) { if (FT_Load_Char (ft_face, i, FT_LOAD_DEFAULT) != 0)