summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-04-29 08:11:44 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-04-29 08:11:44 +0000
commiteee8654d87924f6e7da2fa9ed78e55a117d0d0f7 (patch)
tree2794016bc342c0a799d24ed62f22f8a83c128ffe /ChangeLog
parent448a1250519527662b10e53d0ea9a6e2138353d6 (diff)
downloadpango-eee8654d87924f6e7da2fa9ed78e55a117d0d0f7.tar.gz
Bug 337594 – pango_glyph_string_extents_range possible bug
2006-04-29 Behdad Esfahbod <behdad@gnome.org> Bug 337594 – pango_glyph_string_extents_range possible bug * pango/glyphstring.c (pango_glyph_string_extents_range): Add offset for first glyph too.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0365efb1..a89d3376 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-04-29 Behdad Esfahbod <behdad@gnome.org>
+ Bug 337594 – pango_glyph_string_extents_range possible bug
+
+ * pango/glyphstring.c (pango_glyph_string_extents_range): Add offset
+ for first glyph too.
+
+2006-04-29 Behdad Esfahbod <behdad@gnome.org>
+
Bug 307196 – Unhinted fonts are measured incorrectly and drawing
problems occur as a result