emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ftfont.c,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/ftfont.c,v
Date: Wed, 06 Feb 2008 11:52:58 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/02/06 11:52:58

Index: ftfont.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ftfont.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- ftfont.c    6 Feb 2008 04:22:47 -0000       1.3
+++ ftfont.c    6 Feb 2008 11:52:58 -0000       1.4
@@ -883,6 +883,7 @@
     {
       int i;
 
+      font->font.average_width = 0;
       for (i = 32; i < 127; i++)
        {
          if (FT_Load_Char (ft_face, i, FT_LOAD_DEFAULT) != 0)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]