]> git.eshelyaron.com Git - emacs.git/commit
Fix glyphless glyph display on NS (bug#54970)
authorAlan Third <alan@idiocy.org>
Sun, 17 Apr 2022 20:15:05 +0000 (21:15 +0100)
committerAlan Third <alan@idiocy.org>
Mon, 18 Apr 2022 19:24:51 +0000 (20:24 +0100)
commitfa91925e13a717c7f3cf8cd30fe4f9e867c091f4
tree05b6cc1106a2c53510bf30923613d5668ab63c3b
parent5c7b5c65ada6c07509a46ec459bf3a3aea3a6386
Fix glyphless glyph display on NS (bug#54970)

* src/nsterm.m (ns_draw_glyphless_glyph_string_foreground): New
function.
(ns_draw_glyph_string): Use the new function.
* src/nsfont.m (nsfont_draw): Fix the location the glyphs are drawn,
and also which glyphs are drawn.
(ns_glyph_metrics): Reverse ascent and descent.
src/nsfont.m
src/nsterm.m