mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
Fix comment.
This commit is contained in:
parent
ebb2656558
commit
4a3f9f7faf
10
src/font.h
10
src/font.h
@ -68,8 +68,8 @@ struct glyph_string;
|
|||||||
enum font_property_index
|
enum font_property_index
|
||||||
{
|
{
|
||||||
/* FONT-TYPE is a symbol indicating a font backend; currently `x',
|
/* FONT-TYPE is a symbol indicating a font backend; currently `x',
|
||||||
`xft', `ftx' are available on X, gdi on Windows, and ns under
|
`xft', `ftx' are available on X, `uniscribe' and `gdi' on
|
||||||
Cocoa / GNUstep. */
|
Windows, and `ns' under Cocoa / GNUstep. */
|
||||||
FONT_TYPE_INDEX,
|
FONT_TYPE_INDEX,
|
||||||
|
|
||||||
/* FONT-FOUNDRY is a foundry name (symbol). */
|
/* FONT-FOUNDRY is a foundry name (symbol). */
|
||||||
@ -169,7 +169,7 @@ enum font_property_index
|
|||||||
|
|
||||||
/* XLFD name of the font (string). */
|
/* XLFD name of the font (string). */
|
||||||
FONT_NAME_INDEX = FONT_ENTITY_MAX,
|
FONT_NAME_INDEX = FONT_ENTITY_MAX,
|
||||||
|
|
||||||
/* Full name of the font (string). It is the name extracted from
|
/* 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
|
the opend font, and may be different from the above. It may be
|
||||||
nil if the opened font doesn't give a name. */
|
nil if the opened font doesn't give a name. */
|
||||||
@ -647,7 +647,7 @@ struct font_driver
|
|||||||
makes some data specific to F and stores it in F by calling
|
makes some data specific to F and stores it in F by calling
|
||||||
font_put_frame_data (). */
|
font_put_frame_data (). */
|
||||||
int (*start_for_frame) P_ ((FRAME_PTR f));
|
int (*start_for_frame) P_ ((FRAME_PTR f));
|
||||||
|
|
||||||
/* Optional.
|
/* Optional.
|
||||||
End using the driver for frame F. Usually this function free
|
End using the driver for frame F. Usually this function free
|
||||||
some data stored for F. */
|
some data stored for F. */
|
||||||
@ -738,7 +738,7 @@ extern int font_style_to_value P_ ((enum font_property_index prop,
|
|||||||
extern Lisp_Object font_style_symbolic P_ ((Lisp_Object font,
|
extern Lisp_Object font_style_symbolic P_ ((Lisp_Object font,
|
||||||
enum font_property_index prop,
|
enum font_property_index prop,
|
||||||
int for_face));
|
int for_face));
|
||||||
|
|
||||||
extern int font_match_p P_ ((Lisp_Object spec, Lisp_Object font));
|
extern int font_match_p P_ ((Lisp_Object spec, Lisp_Object font));
|
||||||
extern Lisp_Object font_list_entities P_ ((Lisp_Object frame,
|
extern Lisp_Object font_list_entities P_ ((Lisp_Object frame,
|
||||||
Lisp_Object spec));
|
Lisp_Object spec));
|
||||||
|
Loading…
Reference in New Issue
Block a user