summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-04-29 05:53:34 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-04-29 05:53:34 +0000
commit448a1250519527662b10e53d0ea9a6e2138353d6 (patch)
treed7f3919f6347ed8f1132a1eb4098e30628288f52 /ChangeLog
parentec3767fb459f7388a48c02b67f72c71e8cdd675b (diff)
downloadpango-448a1250519527662b10e53d0ea9a6e2138353d6.tar.gz
Bug 307196 – Unhinted fonts are measured incorrectly and drawing
2006-04-29 Behdad Esfahbod <behdad@gnome.org> Bug 307196 – Unhinted fonts are measured incorrectly and drawing problems occur as a result * pango/pangofc-font.c (get_face_metrics), (pango_fc_font_get_raw_extents): * pango/pangoxft-font.c (_pango_xft_font_new): Rollback previous change that forced metrics hinting always on. * pango/pangocairo-fcfont.c (_pango_cairo_fc_font_new): Set fcfont metrics hinting based on cairo font options.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8edf3b00..0365efb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2006-04-29 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 307196 – Unhinted fonts are measured incorrectly and drawing
+ problems occur as a result
+
+ * pango/pangofc-font.c (get_face_metrics),
+ (pango_fc_font_get_raw_extents):
+ * pango/pangoxft-font.c (_pango_xft_font_new): Rollback previous
+ change that forced metrics hinting always on.
+
+ * pango/pangocairo-fcfont.c (_pango_cairo_fc_font_new): Set fcfont
+ metrics hinting based on cairo font options.
+
2006-04-28 Behdad Esfahbod <behdad@gnome.org>
* pango/pangofc-font.c (get_face_metrics),