summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-09-11 20:45:53 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-09-11 20:45:53 +0000
commite4a6c5565068357790f1af69049b4138620ca2e7 (patch)
tree9a6cf8945ca75e699eb57ac9a033eefcaf31d17e /ChangeLog
parent9ca216e3cf43307f5e5e84690936affc41697975 (diff)
downloadpango-e4a6c5565068357790f1af69049b4138620ca2e7.tar.gz
Bug 347146 – underline/overstrike spaces
2006-09-11 Behdad Esfahbod <behdad@gnome.org> Bug 347146 – underline/overstrike spaces * pango/pango-renderer.c (add_underline), (add_strikethrough), (pango_renderer_draw_layout_line): Use logical extents for x and width of underline/strikethrough, such that trailing spaces are correctly handled. * pango/pango-layout.c (pango_layout_run_get_extents): Use logical rect for underline/strikethrough, and reflect that in run ink extents. * pango/pango-layout.c (pango_layout_line_get_extents): Don't let runs with empty ink extents affect total ink extents. 2006-09-10 Behdad Esfahbod <behdad@gnome.org> Bug 352535 – Ink extents of empty glyph * pango/pangocairo-fcfont.c (pango_cairo_fc_font_get_glyph_extents): Return zero ink_rect for PANGO_GLYPH_EMPTY.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09b3b06b..24f044a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2006-09-11 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 347146 – underline/overstrike spaces
+
+ * pango/pango-renderer.c (add_underline), (add_strikethrough),
+ (pango_renderer_draw_layout_line): Use logical extents for
+ x and width of underline/strikethrough, such that trailing spaces are
+ correctly handled.
+
+ * pango/pango-layout.c (pango_layout_run_get_extents): Use logical
+ rect for underline/strikethrough, and reflect that in run ink extents.
+
+ * pango/pango-layout.c (pango_layout_line_get_extents): Don't
+ let runs with empty ink extents affect total ink extents.
+
+2006-09-10 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 352535 – Ink extents of empty glyph
+
+ * pango/pangocairo-fcfont.c
+ (pango_cairo_fc_font_get_glyph_extents): Return zero ink_rect for
+ PANGO_GLYPH_EMPTY.
+
2006-09-04 Behdad Esfahbod <behdad@gnome.org>
* === Released 1.14.3 ===