From: Jason Rumney Date: Wed, 19 Dec 2007 22:09:52 +0000 (+0000) Subject: (font_property_index): Doc change X-Git-Tag: emacs-pretest-23.0.90~8295^2~112 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db9b8a15c685561afac98cb3d300a5f7cdef6a9b;p=emacs.git (font_property_index): Doc change --- 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; 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). */