mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -08:00
(fontset_find_font): Call font_open_for_lface with the
current font-spec.
This commit is contained in:
parent
7740d2c7fa
commit
ca2b2cde49
1 changed files with 2 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue