summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-03-30 07:35:02 +0000
committerTor Lillqvist <tml@src.gnome.org>2006-03-30 07:35:02 +0000
commit21323d4d13f1592c56aa0f5f7f2f474044d8ec9d (patch)
tree572ce9762fd05bc6154add28319c2eb8c92398b1 /ChangeLog
parentb1e008021705e2e7f78750618f7a72a4e9c54516 (diff)
downloadpango-1-10.tar.gz
Fix blurred underlines on Win32 (#332656):pango-1-10
2006-03-30 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 4831f4c9..0c783ee2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-03-30 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-02-26 Behdad Esfahbod <behdad@gnome.org>
* === Released 1.10.4 ===