[cairo-commit] cairo ChangeLog,1.1228,1.1229
Carl Worth
commit at pdx.freedesktop.org
Fri Jan 20 14:48:09 PST 2006
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv9863
Modified Files:
ChangeLog
Log Message:
2006-01-20 Carl Worth <cworth at cworth.org>
* src/cairo-scaled-font.c: (cairo_scaled_font_create): Check
font_face->status and return a nil scaled font if it is in an
error state. (Thanks to Christian Biesinger and sunmoon1997 who
pointed this out as part of bug #4674).
With this bug fix, the ft-font-create-for-ft-face test fails (as
it should) since it is abusing fontconfig.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1228
retrieving revision 1.1229
diff -u -d -r1.1228 -r1.1229
--- ChangeLog 20 Jan 2006 01:48:22 -0000 1.1228
+++ ChangeLog 20 Jan 2006 22:48:07 -0000 1.1229
@@ -1,3 +1,13 @@
+2006-01-20 Carl Worth <cworth at cworth.org>
+
+ * src/cairo-scaled-font.c: (cairo_scaled_font_create): Check
+ font_face->status and return a nil scaled font if it is in an
+ error state. (Thanks to Christian Biesinger and sunmoon1997 who
+ pointed this out as part of bug #4674).
+
+ With this bug fix, the ft-font-create-for-ft-face test fails (as
+ it should) since it is abusing fontconfig.
+
2006-01-19 Carl Worth <cworth at cworth.org>
* src/cairo-pdf.h:
More information about the cairo-commit
mailing list