# HG changeset patch # User Juanma Barranquero # Date 1235466498 0 # Node ID 454ae7d88deb2275ef0eb90451f355929f3e2892 # Parent f4cc34c7b9192a0331d5eccae875a4123e691313 Fix comment. diff -r f4cc34c7b919 -r 454ae7d88deb src/font.h --- a/src/font.h Tue Feb 24 06:15:32 2009 +0000 +++ b/src/font.h Tue Feb 24 09:08:18 2009 +0000 @@ -68,8 +68,8 @@ enum font_property_index { /* FONT-TYPE is a symbol indicating a font backend; currently `x', - `xft', `ftx' are available on X, gdi on Windows, and ns under - Cocoa / GNUstep. */ + `xft', `ftx' are available on X, `uniscribe' and `gdi' on + Windows, and `ns' under Cocoa / GNUstep. */ FONT_TYPE_INDEX, /* FONT-FOUNDRY is a foundry name (symbol). */ @@ -169,7 +169,7 @@ /* XLFD name of the font (string). */ FONT_NAME_INDEX = FONT_ENTITY_MAX, - + /* Full name of the font (string). It is the name extracted from the opend font, and may be different from the above. It may be nil if the opened font doesn't give a name. */ @@ -647,7 +647,7 @@ makes some data specific to F and stores it in F by calling font_put_frame_data (). */ int (*start_for_frame) P_ ((FRAME_PTR f)); - + /* Optional. End using the driver for frame F. Usually this function free some data stored for F. */ @@ -738,7 +738,7 @@ extern Lisp_Object font_style_symbolic P_ ((Lisp_Object font, enum font_property_index prop, int for_face)); - + extern int font_match_p P_ ((Lisp_Object spec, Lisp_Object font)); extern Lisp_Object font_list_entities P_ ((Lisp_Object frame, Lisp_Object spec));