[cairo-commit] rcairo ChangeLog,1.293,1.294
Kouhei Sutou
commit at pdx.freedesktop.org
Sat Aug 16 01:34:20 PDT 2008
- Previous message: [cairo-commit] rcairo/test test_scaled_font.rb, 1.1, 1.2 test_text_cluster.rb, NONE, 1.1
- Next message: [cairo-commit] rcairo/src rb_cairo_context.c, 1.26, 1.27 rb_cairo_private.c, 1.7, 1.8 rb_cairo_private.h, 1.10, 1.11 rb_cairo_scaled_font.c, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: kou
Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv1768
Modified Files:
ChangeLog
Log Message:
* src/rb_cairo_private.[ch] (rb_cairo__text_clusters_from_ruby_object)
(rb_cairo__glyphs_from_ruby_object): add.
* test/test_context.rb (ContextTest#test_text_to_glyphs): add a
test for Cairo::Context#show_text_glyphs.
* src/rb_cairo_context.c: support Cairo::Context#show_text_glyphs.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -d -r1.293 -r1.294
--- ChangeLog 16 Aug 2008 08:16:34 -0000 1.293
+++ ChangeLog 16 Aug 2008 08:34:18 -0000 1.294
@@ -1,5 +1,13 @@
2008-08-16 Kouhei Sutou <kou at cozmixng.org>
+ * src/rb_cairo_private.[ch] (rb_cairo__text_clusters_from_ruby_object)
+ (rb_cairo__glyphs_from_ruby_object): add.
+
+ * test/test_context.rb (ContextTest#test_text_to_glyphs): add a
+ test for Cairo::Context#show_text_glyphs.
+
+ * src/rb_cairo_context.c: support Cairo::Context#show_text_glyphs.
+
* test/test_text_cluster.rb: add tests for Cairo::TextCluster.
* test/test_scaled_font.rb (ScaledFontTest#test_text_to_glyphs):
- Previous message: [cairo-commit] rcairo/test test_scaled_font.rb, 1.1, 1.2 test_text_cluster.rb, NONE, 1.1
- Next message: [cairo-commit] rcairo/src rb_cairo_context.c, 1.26, 1.27 rb_cairo_private.c, 1.7, 1.8 rb_cairo_private.h, 1.10, 1.11 rb_cairo_scaled_font.c, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list