[cairo-commit] cairo ChangeLog,1.1065,1.1066
Tor Lillqvist
commit at pdx.freedesktop.org
Mon Sep 26 07:48:12 PDT 2005
- Previous message: [cairo-commit] roadster/src db.c, 1.28, 1.29 glyph.c, 1.7,
1.8 glyph.h, 1.4, 1.5 location.c, 1.7, 1.8 location.h, 1.5,
1.6 locationset.c, 1.14, 1.15 locationset.h, 1.8, 1.9 main.c,
1.25, 1.26 mainwindow.c, 1.42, 1.43 map.c, 1.46,
1.47 map_draw_gdk.c, 1.19, 1.20 point.c, 1.7,
1.8 pointstring.c, 1.7, 1.8 search.c, 1.8, 1.9 search.h, 1.3,
1.4 search_city.c, 1.1, 1.2 search_location.c, 1.13,
1.14 search_road.c, 1.24, 1.25 searchwindow.c, 1.23,
1.24 searchwindow.h, 1.5, 1.6 track.c, 1.7, 1.8
- Next message: [cairo-commit] cairo/src cairo-win32-font.c,1.40,1.41
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: tml
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv23873
Modified Files:
ChangeLog
Log Message:
2005-09-26 Tor Lillqvist <tml at novell.com>
* src/cairo-win32-font.c (_win32_scaled_font_get_scaled_hfont),
(_win32_scaled_font_get_unscaled_hfont): Set LOGFONT::lfHeight
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, print error message and set metrics to
zero. (#3927, Hans Breuer)
(cairo_win32_scaled_font_select_font): Add detail on what API
failed to the error messages.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1065
retrieving revision 1.1066
diff -u -d -r1.1065 -r1.1066
--- ChangeLog 20 Sep 2005 00:30:27 -0000 1.1065
+++ ChangeLog 26 Sep 2005 14:48:10 -0000 1.1066
@@ -1,3 +1,16 @@
+2005-09-26 Tor Lillqvist <tml at novell.com>
+
+ * src/cairo-win32-font.c (_win32_scaled_font_get_scaled_hfont),
+ (_win32_scaled_font_get_unscaled_hfont): Set LOGFONT::lfHeight
+ 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, print error message and set metrics to
+ zero. (#3927, Hans Breuer)
+ (cairo_win32_scaled_font_select_font): Add detail on what API
+ failed to the error messages.
+
2005-09-19 Carl Worth <cworth at cworth.org>
* ROADMAP: Note that the clip-all test now passes.
- Previous message: [cairo-commit] roadster/src db.c, 1.28, 1.29 glyph.c, 1.7,
1.8 glyph.h, 1.4, 1.5 location.c, 1.7, 1.8 location.h, 1.5,
1.6 locationset.c, 1.14, 1.15 locationset.h, 1.8, 1.9 main.c,
1.25, 1.26 mainwindow.c, 1.42, 1.43 map.c, 1.46,
1.47 map_draw_gdk.c, 1.19, 1.20 point.c, 1.7,
1.8 pointstring.c, 1.7, 1.8 search.c, 1.8, 1.9 search.h, 1.3,
1.4 search_city.c, 1.1, 1.2 search_location.c, 1.13,
1.14 search_road.c, 1.24, 1.25 searchwindow.c, 1.23,
1.24 searchwindow.h, 1.5, 1.6 track.c, 1.7, 1.8
- Next message: [cairo-commit] cairo/src cairo-win32-font.c,1.40,1.41
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list