Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6702eace
Commit
6702eace
authored
Mar 30, 2000
by
Kenichi Handa
Browse files
Augment the comment of lookup_face.
parent
b96f9fb7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
src/xfaces.c
src/xfaces.c
+7
-1
No files found.
src/xfaces.c
View file @
6702eace
...
@@ -4864,7 +4864,13 @@ uncache_face (c, face)
...
@@ -4864,7 +4864,13 @@ uncache_face (c, face)
of frame F. The face will be used to display character C. Value
of frame F. The face will be used to display character C. Value
is the ID of the face found. If no suitable face is found, realize
is the ID of the face found. If no suitable face is found, realize
a new one. In that case, if C is a multibyte character, BASE_FACE
a new one. In that case, if C is a multibyte character, BASE_FACE
is a face for ASCII characters that has the same attributes. */
is a face for ASCII characters that has the same attributes.
When this function is called from face_for_char (in this case, C is
a multibyte character), a fontset of a face returned by
realize_face is not yet set, i.e. FACE_SUITABLE_FOR_CHAR_P (FACE,
C) is not sutisfied. The fontset is set for this face by
face_for_char later. */
INLINE int
INLINE int
lookup_face (f, attr, c, base_face)
lookup_face (f, attr, c, base_face)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment