diff options
| author | Kenichi Handa | 2006-11-24 01:48:30 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-11-24 01:48:30 +0000 |
| commit | c66661699fcb1f6e20360e585708a6ba23ee5922 (patch) | |
| tree | f8a1f0f6444742dfb1a73ce8020cb18dd9596d7a /src | |
| parent | e0708580753061d1e4f0e773b9d6ac909d9f5343 (diff) | |
| download | emacs-c66661699fcb1f6e20360e585708a6ba23ee5922.tar.gz emacs-c66661699fcb1f6e20360e585708a6ba23ee5922.zip | |
(struct font): New memeber format.
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
| 152 | /* Font-driver for the font. */ | 152 | /* Font-driver for the font. */ |
| 153 | struct font_driver *driver; | 153 | struct font_driver *driver; |
| 154 | 154 | ||
| 155 | /* Symbol of font font; x, ttf, pcf, etc, */ | ||
| 156 | Lisp_Object format; | ||
| 157 | |||
| 155 | /* File name of the font, or NULL if the font is not associated with | 158 | /* File name of the font, or NULL if the font is not associated with |
| 156 | a file. */ | 159 | a file. */ |
| 157 | char *file_name; | 160 | char *file_name; |