summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-04-29 05:52:35 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-04-29 05:52:35 +0000
commit6ba19a0b8cc7f9c05f2df899fce69036d6bca9bc (patch)
tree24d25802b41dfef43761e30448e398ef396596fa /ChangeLog
parent73747bd0e4599b0777149215b6ae2a982e1166d9 (diff)
downloadpango-6ba19a0b8cc7f9c05f2df899fce69036d6bca9bc.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 8fb678d5..07e1821f 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>
Bug 339749 – pango_language_from_string issues