Mercurial > emacs
diff src/font.h @ 91256:e221dce4f621
(font_property_index): Doc change
| author | Jason Rumney <jasonr@gnu.org> |
|---|---|
| date | Wed, 19 Dec 2007 22:09:52 +0000 |
| parents | 54b067217411 |
| children | 4afd897cd60b |
line wrap: on
line diff
--- a/src/font.h Wed Dec 19 21:40:18 2007 +0000 +++ b/src/font.h Wed Dec 19 22:09:52 2007 +0000 @@ -68,8 +68,9 @@ enum font_property_index { /* FONT-TYPE is a symbol indicating a font backend; currently `x', - `xft', `ftx', `freetype' are available. For windows, we need - `bdf' and `windows'. For Mac OS X, we need `atm'. */ + `xft', `ftx', `freetype' are available on X and gdi on Windows. + For Windows, we `bdf' and `uniscribe' backends are in progress. + For Mac OS X, we need `atm'. */ FONT_TYPE_INDEX, /* FONT-FOUNDRY is a foundry name (symbol). */
