From: Kenichi Handa Date: Fri, 24 Nov 2006 01:48:30 +0000 (+0000) Subject: (struct font): New memeber format. X-Git-Tag: emacs-pretest-23.0.90~8295^2~673 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c66661699fcb1f6e20360e585708a6ba23ee5922;p=emacs.git (struct font): New memeber format. --- diff --git a/src/font.h b/src/font.h index 8b2b1e0c49e..ac1cf1188cd 100644 --- a/src/font.h +++ b/src/font.h @@ -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;