summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-05-22 00:25:20 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-05-22 00:25:20 +0000
commitbd1ededd198c3d49367e6315dcfb2008e695f232 (patch)
tree95dca9552e931e4086119f2f08527b99f77f0027 /ChangeLog
parentd54bd3a213fd550509e07e5bfbce5f1df8599565 (diff)
downloadpango-bd1ededd198c3d49367e6315dcfb2008e695f232.tar.gz
Bug 342525 – With PangoFc and PangoWin32, approximate digit width is not
2006-05-21 Behdad Esfahbod <behdad@gnome.org> Bug 342525 – With PangoFc and PangoWin32, approximate digit width is not what it says * pango/pangofc-font.c (pango_fc_font_create_metrics_for_context): Likewise for PangoFc. Compute average instead of max. (max_glpyh_with): Now unused, drop.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc1f573e..9f38ac13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
+2006-05-21 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 342525 – With PangoFc and PangoWin32, approximate digit width is
+ not what it says
+
+ * pango/pangofc-font.c (pango_fc_font_create_metrics_for_context):
+ Likewise for PangoFc. Compute average instead of max.
+ (max_glpyh_with): Now unused, drop.
+
2006-05-22 Tor Lillqvist <tml@novell.com>
+ Bug 342525 – With PangoFc and PangoWin32, approximate digit width is
+ not what it says
+
* pango/pangowin32.c (pango_win32_font_get_metrics): Calculate
average digit width correctly, not as max of the digit
widths. (#342525) Note that this code doesn't really get much used