1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 18:21:19 -08:00

(dumpglyphs): Be sure to fill the whole background of

glyphs.
This commit is contained in:
Kenichi Handa 1999-04-05 06:47:41 +00:00
parent ec4d531332
commit 07ff4fb3cf

View file

@ -896,7 +896,9 @@ dumpglyphs (f, left, top, gp, n, hl, just_foreground, cmpcharp)
background_filled = 1;
}
else if (!font
|| FONT_HEIGHT (font) < line_height
|| FONT_BASE (font) < baseline
|| (FONT_HEIGHT (font) - FONT_BASE (font)
< line_height - baseline)
|| FONT_WIDTH (font) < glyph_width
|| cmpcharp)
{