From c66661699fcb1f6e20360e585708a6ba23ee5922 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 24 Nov 2006 01:48:30 +0000 Subject: [PATCH] (struct font): New memeber format. --- src/font.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.39.5