diff options
| author | Juanma Barranquero | 2009-02-24 09:08:18 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-02-24 09:08:18 +0000 |
| commit | 4a3f9f7faf666e62ea58333db83d4a60a4234b3a (patch) | |
| tree | 4f7840e12a68555893bcd2560f1a8398ae05d465 /src | |
| parent | ebb265655833cfdf862913a962a31bbe1db932b4 (diff) | |
| download | emacs-4a3f9f7faf666e62ea58333db83d4a60a4234b3a.tar.gz emacs-4a3f9f7faf666e62ea58333db83d4a60a4234b3a.zip | |
Fix comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/font.h b/src/font.h index 8df38fd01af..6a3c9e70d14 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -68,8 +68,8 @@ struct glyph_string; | |||
| 68 | enum font_property_index | 68 | enum font_property_index |
| 69 | { | 69 | { |
| 70 | /* FONT-TYPE is a symbol indicating a font backend; currently `x', | 70 | /* FONT-TYPE is a symbol indicating a font backend; currently `x', |
| 71 | `xft', `ftx' are available on X, gdi on Windows, and ns under | 71 | `xft', `ftx' are available on X, `uniscribe' and `gdi' on |
| 72 | Cocoa / GNUstep. */ | 72 | Windows, and `ns' under Cocoa / GNUstep. */ |
| 73 | FONT_TYPE_INDEX, | 73 | FONT_TYPE_INDEX, |
| 74 | 74 | ||
| 75 | /* FONT-FOUNDRY is a foundry name (symbol). */ | 75 | /* FONT-FOUNDRY is a foundry name (symbol). */ |
| @@ -169,7 +169,7 @@ enum font_property_index | |||
| 169 | 169 | ||
| 170 | /* XLFD name of the font (string). */ | 170 | /* XLFD name of the font (string). */ |
| 171 | FONT_NAME_INDEX = FONT_ENTITY_MAX, | 171 | FONT_NAME_INDEX = FONT_ENTITY_MAX, |
| 172 | 172 | ||
| 173 | /* Full name of the font (string). It is the name extracted from | 173 | /* Full name of the font (string). It is the name extracted from |
| 174 | the opend font, and may be different from the above. It may be | 174 | the opend font, and may be different from the above. It may be |
| 175 | nil if the opened font doesn't give a name. */ | 175 | nil if the opened font doesn't give a name. */ |
| @@ -647,7 +647,7 @@ struct font_driver | |||
| 647 | makes some data specific to F and stores it in F by calling | 647 | makes some data specific to F and stores it in F by calling |
| 648 | font_put_frame_data (). */ | 648 | font_put_frame_data (). */ |
| 649 | int (*start_for_frame) P_ ((FRAME_PTR f)); | 649 | int (*start_for_frame) P_ ((FRAME_PTR f)); |
| 650 | 650 | ||
| 651 | /* Optional. | 651 | /* Optional. |
| 652 | End using the driver for frame F. Usually this function free | 652 | End using the driver for frame F. Usually this function free |
| 653 | some data stored for F. */ | 653 | some data stored for F. */ |
| @@ -738,7 +738,7 @@ extern int font_style_to_value P_ ((enum font_property_index prop, | |||
| 738 | extern Lisp_Object font_style_symbolic P_ ((Lisp_Object font, | 738 | extern Lisp_Object font_style_symbolic P_ ((Lisp_Object font, |
| 739 | enum font_property_index prop, | 739 | enum font_property_index prop, |
| 740 | int for_face)); | 740 | int for_face)); |
| 741 | 741 | ||
| 742 | extern int font_match_p P_ ((Lisp_Object spec, Lisp_Object font)); | 742 | extern int font_match_p P_ ((Lisp_Object spec, Lisp_Object font)); |
| 743 | extern Lisp_Object font_list_entities P_ ((Lisp_Object frame, | 743 | extern Lisp_Object font_list_entities P_ ((Lisp_Object frame, |
| 744 | Lisp_Object spec)); | 744 | Lisp_Object spec)); |