summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-09-26 09:09:37 +0000
committerTor Lillqvist <tml@novell.com>2005-09-26 09:09:37 +0000
commit975bfe373057462fcb15d03bd2db4531a0fcff19 (patch)
treeb7b4087389a43a42045cdfe368c5da2e32bc2ac5 /ChangeLog
parent80b2fae5f13d7eaa5bec7093becc69791ad26d51 (diff)
If GetGlyphOutlineW() fails, set metrics to zero. (#3927, Hans Breuer) (Don't print error message, as this might occur frequently with a misconfigured Pango 1.10.0.)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d9b5809b..04947e907 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
negative. A negative lfHeight means "em height" which is what we
want, and matches how other toolkits interpret font sizes on
Win32. (Positive lfHeight means "cell height".) (#4593)
+ (_cairo_win32_scaled_font_init_glyph_metrics): If
+ GetGlyphOutlineW() fails, set metrics to zero. (#3927, Hans
+ Breuer) (Don't print error message, as this might occur frequently
+ with a misconfigured Pango 1.10.0.)
2005-09-20 T Rowley <tim.rowley@gmail.com>