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
ca2b2cde
Commit
ca2b2cde
authored
Jun 05, 2008
by
Kenichi Handa
Browse files
(fontset_find_font): Call font_open_for_lface with the
current font-spec.
parent
7740d2c7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/fontset.c
src/fontset.c
+2
-1
No files found.
src/fontset.c
View file @
ca2b2cde
...
...
@@ -608,7 +608,8 @@ fontset_find_font (fontset, c, face, id, fallback)
RFONT_DEF_SET_FACE
(
elt
,
-
1
);
continue
;
}
font_object
=
font_open_for_lface
(
f
,
font_entity
,
face
->
lface
,
Qnil
);
font_object
=
font_open_for_lface
(
f
,
font_entity
,
face
->
lface
,
FONT_DEF_SPEC
(
font_def
));
if
(
NILP
(
font_object
))
{
/* Record that the font is unsable. */
...
...
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