Mercurial > emacs
comparison src/xfaces.c @ 36946:adb0272e7b25
Typos.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 23 Mar 2001 02:24:33 +0000 |
parents | 98755810fe71 |
children | 22c5aa03d4aa |
comparison
equal
deleted
inserted
replaced
36945:7858fb917ab3 | 36946:adb0272e7b25 |
---|---|
55 | 55 |
56 13. Whether or not a box should be drawn around characters, the box | 56 13. Whether or not a box should be drawn around characters, the box |
57 type, and, for simple boxes, in what color. | 57 type, and, for simple boxes, in what color. |
58 | 58 |
59 14. Font or fontset pattern, or nil. This is a special attribute. | 59 14. Font or fontset pattern, or nil. This is a special attribute. |
60 When this attribyte is specified, the face uses a font opened by | 60 When this attribute is specified, the face uses a font opened by |
61 that pattern as is. In addition, all the other font-related | 61 that pattern as is. In addition, all the other font-related |
62 attributes (1st thru 5th) are generated from the opened font name. | 62 attributes (1st thru 5th) are generated from the opened font name. |
63 On the other hand, if one of the other font-related attributes are | 63 On the other hand, if one of the other font-related attributes are |
64 specified, this attribute is set to nil. In that case, the face | 64 specified, this attribute is set to nil. In that case, the face |
65 doesn't inherit this attribute from the `default' face, and uses a | 65 doesn't inherit this attribute from the `default' face, and uses a |
121 time, assigned a specific realized fontset. Hereafter, we call | 121 time, assigned a specific realized fontset. Hereafter, we call |
122 such a face as `ASCII face'. When a face for a multibyte character | 122 such a face as `ASCII face'. When a face for a multibyte character |
123 is realized, it inherits (thus shares) a fontset of an ASCII face | 123 is realized, it inherits (thus shares) a fontset of an ASCII face |
124 that has the same attributes other than font-related ones. | 124 that has the same attributes other than font-related ones. |
125 | 125 |
126 Thus, all realzied face have a realized fontset. | 126 Thus, all realized face have a realized fontset. |
127 | 127 |
128 | 128 |
129 Unibyte text. | 129 Unibyte text. |
130 | 130 |
131 Unibyte text (i.e. raw 8-bit characters) is displayed with the same | 131 Unibyte text (i.e. raw 8-bit characters) is displayed with the same |
171 | 171 |
172 4. Setting face-ignored-fonts allows the user to ignore specific | 172 4. Setting face-ignored-fonts allows the user to ignore specific |
173 fonts. | 173 fonts. |
174 | 174 |
175 | 175 |
176 Character compositition. | 176 Character composition. |
177 | 177 |
178 Usually, the realization process is already finished when Emacs | 178 Usually, the realization process is already finished when Emacs |
179 actually reflects the desired glyph matrix on the screen. However, | 179 actually reflects the desired glyph matrix on the screen. However, |
180 on displaying a composition (sequence of characters to be composed | 180 on displaying a composition (sequence of characters to be composed |
181 on the screen), a suitable font for the components of the | 181 on the screen), a suitable font for the components of the |