]> git.eshelyaron.com Git - emacs.git/commitdiff
(font_property_index): Doc change
authorJason Rumney <jasonr@gnu.org>
Wed, 19 Dec 2007 22:09:52 +0000 (22:09 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 19 Dec 2007 22:09:52 +0000 (22:09 +0000)
src/font.h

index 0a1d0ebe8f211d20b8a7fb684c0ac6a5c442516d..0292ae1d375b28dbaaa9d4c9945f6c5f4d7eddb0 100644 (file)
@@ -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).  */