]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct font): New memeber format.
authorKenichi Handa <handa@m17n.org>
Fri, 24 Nov 2006 01:48:30 +0000 (01:48 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 24 Nov 2006 01:48:30 +0000 (01:48 +0000)
src/font.h

index 8b2b1e0c49e8fc788ac13c1c8ff62123b6352547..ac1cf1188cdee30186eb9df3d1c0264a33984324 100644 (file)
@@ -152,6 +152,9 @@ struct font
   /* Font-driver for the font.  */
   struct font_driver *driver;
 
+  /* Symbol of font font; x, ttf, pcf, etc,   */
+  Lisp_Object format;
+
   /* File name of the font, or NULL if the font is not associated with
      a file.  */
   char *file_name;