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:
parent
ec4d531332
commit
07ff4fb3cf
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue