Mercurial > emacs
changeset 91256:e221dce4f621
(font_property_index): Doc change
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 19 Dec 2007 22:09:52 +0000 |
parents | c916d01ae149 |
children | 699989dc6a69 |
files | src/font.h |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
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). */