[cairo-commit] cairo ChangeLog,1.770,1.771
Owen Taylor
commit at pdx.freedesktop.org
Wed Jul 27 06:45:39 PDT 2005
Committed by: otaylor
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv19871
Modified Files:
ChangeLog
Log Message:
2005-07-27 Owen Taylor <otaylor at redhat.com>
* src/cairo-xlib-surface.c (_xlib_glyphset_cache_create_entry): Deal
with glyphs with entry->im->image NULL. (This can happen if fonts
have size-zero bitmaps for some characters, for example)
(http://bugzilla.gnome.org/show_bug.cgi?id=311709, Sangu Kim)
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.770
retrieving revision 1.771
diff -u -d -r1.770 -r1.771
--- ChangeLog 27 Jul 2005 11:07:46 -0000 1.770
+++ ChangeLog 27 Jul 2005 13:45:37 -0000 1.771
@@ -1,5 +1,12 @@
2005-07-27 Owen Taylor <otaylor at redhat.com>
+ * src/cairo-xlib-surface.c (_xlib_glyphset_cache_create_entry): Deal
+ with glyphs with entry->im->image NULL. (This can happen if fonts
+ have size-zero bitmaps for some characters, for example)
+ (http://bugzilla.gnome.org/show_bug.cgi?id=311709, Sangu Kim)
+
+2005-07-27 Owen Taylor <otaylor at redhat.com>
+
* src/cairo-ft-font.c (_get_bitmap_surface): FreeType bitmaps may
only be padded out to 8-bit boundaries, not 32-bit boundaries.
(_render_glyph_bitmap): Fix sign error in using glyphslot->bitmap_left.
More information about the cairo-commit
mailing list