summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-04-01 19:20:57 +0000
committerTor Lillqvist <tml@src.gnome.org>2006-04-01 19:20:57 +0000
commitf4864b10a11b203347d7fa7ed41a499b76d62d88 (patch)
treebe62e6ce92d836a731fba00e624d03c741d822bd /ChangeLog
parent96895d67d49463a91ae12b810a1130309415c418 (diff)
downloadpango-f4864b10a11b203347d7fa7ed41a499b76d62d88.tar.gz
Fix blurred underlines on Win32 (#332656):
2006-04-01 Tor Lillqvist <tml@novell.com> Fix blurred underlines on Win32 (#332656): * pango/pangocairo-win32font.c (quantize_position): New function, copy from pangofc-font.c. (create_metrics_for_context): Call quantize_position() for underline and strikethrough position and thickness.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 514c82d8..ee2233ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-04-01 Tor Lillqvist <tml@novell.com>
+
+ Fix blurred underlines on Win32 (#332656):
+
+ * pango/pangocairo-win32font.c (quantize_position): New function,
+ copy from pangofc-font.c.
+ (create_metrics_for_context): Call quantize_position() for
+ underline and strikethrough position and thickness.
+
2006-03-31 Behdad Esfahbod <behdad@gnome.org>
Part of Bug 336026 – Make fallback shaper in modules work