diff options
| author | Jason Rumney | 2007-12-19 22:09:52 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-12-19 22:09:52 +0000 |
| commit | db9b8a15c685561afac98cb3d300a5f7cdef6a9b (patch) | |
| tree | a593ef1c6064b6bc9b5a1d1af2adcccf22b98559 /src | |
| parent | 473c8e15000eb94a847d67dd6ef18f695951c12c (diff) | |
| download | emacs-db9b8a15c685561afac98cb3d300a5f7cdef6a9b.tar.gz emacs-db9b8a15c685561afac98cb3d300a5f7cdef6a9b.zip | |
(font_property_index): Doc change
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/font.h b/src/font.h index 0a1d0ebe8f2..0292ae1d375 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -68,8 +68,9 @@ struct font; | |||
| 68 | enum font_property_index | 68 | enum font_property_index |
| 69 | { | 69 | { |
| 70 | /* FONT-TYPE is a symbol indicating a font backend; currently `x', | 70 | /* FONT-TYPE is a symbol indicating a font backend; currently `x', |
| 71 | `xft', `ftx', `freetype' are available. For windows, we need | 71 | `xft', `ftx', `freetype' are available on X and gdi on Windows. |
| 72 | `bdf' and `windows'. For Mac OS X, we need `atm'. */ | 72 | For Windows, we `bdf' and `uniscribe' backends are in progress. |
| 73 | For Mac OS X, we need `atm'. */ | ||
| 73 | FONT_TYPE_INDEX, | 74 | FONT_TYPE_INDEX, |
| 74 | 75 | ||
| 75 | /* FONT-FOUNDRY is a foundry name (symbol). */ | 76 | /* FONT-FOUNDRY is a foundry name (symbol). */ |