summaryrefslogtreecommitdiff
path: root/pango/fonts.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-08-19 04:16:58 +0000
committerMatthias Clasen <mclasen@redhat.com>2020-08-19 04:16:58 +0000
commite08269b8847d64843498f7ebf5bc6e5de6fbc45e (patch)
tree023d32b2918309764170e4c9e46a28ce18b5a6fb /pango/fonts.c
parent2b84ec4c130f646b5121d2a3d762e327769456a4 (diff)
parent0c25ed9998bb5c6f2f8134f4469daca460f76667 (diff)
downloadpango-e08269b8847d64843498f7ebf5bc6e5de6fbc45e.tar.gz
Merge branch 'minor-fix' into 'master'
Minor fixes Closes #495 See merge request GNOME/pango!224
Diffstat (limited to 'pango/fonts.c')
-rw-r--r--pango/fonts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c
index e83abbbe..1695366b 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -1799,7 +1799,7 @@ pango_font_get_glyph_extents (PangoFont *font,
}
if (logical_rect)
{
- logical_rect->x = logical_rect->y = 0;
+ logical_rect->x = 0;
logical_rect->y = - PANGO_UNKNOWN_GLYPH_HEIGHT * PANGO_SCALE;
logical_rect->height = PANGO_UNKNOWN_GLYPH_HEIGHT * PANGO_SCALE;
logical_rect->width = PANGO_UNKNOWN_GLYPH_WIDTH * PANGO_SCALE;