* src/macfont.m (macfont_shape): Use convenient LGLYPH_NEW.
This commit is contained in:
parent
140e7f890f
commit
c26d452ae1
1 changed files with 1 additions and 1 deletions
|
@ -2994,7 +2994,7 @@ So we use CTFontDescriptorCreateMatchingFontDescriptor (no
|
|||
|
||||
if (NILP (lglyph))
|
||||
{
|
||||
lglyph = Fmake_vector (make_number (LGLYPH_SIZE), Qnil);
|
||||
lglyph = LGLYPH_NEW ();
|
||||
LGSTRING_SET_GLYPH (lgstring, i, lglyph);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue