Mercurial > emacs
changeset 90678:94842604dfce
(struct font): New memeber format.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 24 Nov 2006 01:48:30 +0000 |
parents | 424dec0c7b5d |
children | 9a7955701103 |
files | src/font.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/font.h Fri Nov 24 01:48:20 2006 +0000 +++ b/src/font.h Fri Nov 24 01:48:30 2006 +0000 @@ -152,6 +152,9 @@ /* 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;