[cairo-commit] rcairo ChangeLog,1.292,1.293
Kouhei Sutou
commit at pdx.freedesktop.org
Sat Aug 16 01:16:40 PDT 2008
- Previous message: [cairo-commit] rcairo/test test_context.rb,1.2,1.3
- Next message: [cairo-commit] rcairo/src cairo.def, 1.15, 1.16 rb_cairo.c, 1.19, 1.20 rb_cairo.h, 1.20, 1.21 rb_cairo_glyph.c, 1.3, 1.4 rb_cairo_private.c, 1.6, 1.7 rb_cairo_private.h, 1.9, 1.10 rb_cairo_scaled_font.c, 1.5, 1.6 rb_cairo_text_cluster.c, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: kou
Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv8545
Modified Files:
ChangeLog
Log Message:
* test/test_text_cluster.rb: add tests for Cairo::TextCluster.
* test/test_scaled_font.rb (ScaledFontTest#test_text_to_glyphs):
add a test for Cairo::ScaledFont#text_to_glyphs.
* src/rb_cairo.h, src/rb_cairo.c, src/cairo.def,
src/rb_cairo_text_cluster.c: add Cairo::TextCluster.
* src/rb_cairo_scaled_font.c: support
Cairo::ScaledFont#text_to_glyphs.
* src/rb_cairo_private.[ch] (rb_cairo__glyphs_to_ruby_object),
(rb_cairo__text_clusters_to_ruby_object): add.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.292
retrieving revision 1.293
diff -u -d -r1.292 -r1.293
--- ChangeLog 16 Aug 2008 07:23:15 -0000 1.292
+++ ChangeLog 16 Aug 2008 08:16:34 -0000 1.293
@@ -1,5 +1,19 @@
2008-08-16 Kouhei Sutou <kou at cozmixng.org>
+ * test/test_text_cluster.rb: add tests for Cairo::TextCluster.
+
+ * test/test_scaled_font.rb (ScaledFontTest#test_text_to_glyphs):
+ add a test for Cairo::ScaledFont#text_to_glyphs.
+
+ * src/rb_cairo.h, src/rb_cairo.c, src/cairo.def,
+ src/rb_cairo_text_cluster.c: add Cairo::TextCluster.
+
+ * src/rb_cairo_scaled_font.c: support
+ Cairo::ScaledFont#text_to_glyphs.
+
+ * src/rb_cairo_private.[ch] (rb_cairo__glyphs_to_ruby_object),
+ (rb_cairo__text_clusters_to_ruby_object): add.
+
* src/rb_cairo_context.c: support
Cairo::Context#have_show_text_glyphs?.
- Previous message: [cairo-commit] rcairo/test test_context.rb,1.2,1.3
- Next message: [cairo-commit] rcairo/src cairo.def, 1.15, 1.16 rb_cairo.c, 1.19, 1.20 rb_cairo.h, 1.20, 1.21 rb_cairo_glyph.c, 1.3, 1.4 rb_cairo_private.c, 1.6, 1.7 rb_cairo_private.h, 1.9, 1.10 rb_cairo_scaled_font.c, 1.5, 1.6 rb_cairo_text_cluster.c, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list