aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32term.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 4139ec8eabd..ed4255f2294 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -711,6 +711,7 @@ dumpglyphs (f, left, top, gp, n, hl, just_foreground, cmpcharp)
711 3) Drawing a composite character. 711 3) Drawing a composite character.
712 4) Font has non-zero _MULE_BASELINE_OFFSET property. 712 4) Font has non-zero _MULE_BASELINE_OFFSET property.
713 5) Font is a bdf font. 713 5) Font is a bdf font.
714 6) Font is italic (italic fonts falsely report their height).
714 After filling background, we draw glyphs by XDrawString16. */ 715 After filling background, we draw glyphs by XDrawString16. */
715 int background_filled; 716 int background_filled;
716 /* Baseline position of a character, offset from TOP. */ 717 /* Baseline position of a character, offset from TOP. */
@@ -940,6 +941,7 @@ dumpglyphs (f, left, top, gp, n, hl, just_foreground, cmpcharp)
940 || FONT_HEIGHT (font) < line_height 941 || FONT_HEIGHT (font) < line_height
941 || FONT_WIDTH (font) < glyph_width 942 || FONT_WIDTH (font) < glyph_width
942 || FONT_MAX_WIDTH (font) != FONT_WIDTH (font) 943 || FONT_MAX_WIDTH (font) != FONT_WIDTH (font)
944 || font->tm.tmItalic
943 || cmpcharp) 945 || cmpcharp)
944 { 946 {
945 /* Fill in the background for the current run. */ 947 /* Fill in the background for the current run. */