aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2009-02-24 02:51:32 +0000
committerKenichi Handa2009-02-24 02:51:32 +0000
commitf6b4d85c7aa37e68bc4885d9eb7cc11da51c9956 (patch)
tree390a5c280b05571b02ebdc9149687c2b78644f46 /src
parentcc5be3ab2240d58443d4c17cc49d47520c812799 (diff)
downloademacs-f6b4d85c7aa37e68bc4885d9eb7cc11da51c9956.tar.gz
emacs-f6b4d85c7aa37e68bc4885d9eb7cc11da51c9956.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/font.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/font.h b/src/font.h
index 60525501703..17b96cd161e 100644
--- a/src/font.h
+++ b/src/font.h
@@ -68,9 +68,8 @@ struct glyph_string;
68enum font_property_index 68enum 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 and gdi on Windows. 71 `xft', `ftx' are available on X, gdi on Windows, and ns under
72 For Windows, `bdf' and `uniscribe' backends are in progress. 72 Cocoa / GNUstep. */
73 For Mac OS X, we need `atm'. */
74 FONT_TYPE_INDEX, 73 FONT_TYPE_INDEX,
75 74
76 /* FONT-FOUNDRY is a foundry name (symbol). */ 75 /* FONT-FOUNDRY is a foundry name (symbol). */
@@ -153,8 +152,8 @@ enum font_property_index
153 /* In a font-spec, the value is an alist of extra information of a 152 /* In a font-spec, the value is an alist of extra information of a
154 font such as name, OpenType features, and language coverage. 153 font such as name, OpenType features, and language coverage.
155 In addition, in a font-entity, the value may contain a pair 154 In addition, in a font-entity, the value may contain a pair
156 (font-entity . INFO) where INFO is an extra infomation to 155 (font-entity . INFO) where INFO is extra infomation to identify
157 identify a font (font-driver dependent). */ 156 a font (font-driver dependent). */
158 FONT_EXTRA_INDEX, /* alist alist */ 157 FONT_EXTRA_INDEX, /* alist alist */
159 158
160 /* This value is the length of font-spec vector. */ 159 /* This value is the length of font-spec vector. */
@@ -499,7 +498,7 @@ struct font_driver
499 /* Symbol indicating the type of the font-driver. */ 498 /* Symbol indicating the type of the font-driver. */
500 Lisp_Object type; 499 Lisp_Object type;
501 500
502 /* 1 iff the font's foundary, family, and adstyle names are case 501 /* 1 iff the font's foundry, family, and adstyle names are case
503 sensitve. */ 502 sensitve. */
504 int case_sensitive; 503 int case_sensitive;
505 504