1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

add documents of CvFont

This commit is contained in:
ser1zw 2012-08-05 01:10:42 +09:00
parent 6f7a251112
commit 5348bf91de
3 changed files with 100 additions and 80 deletions

View file

@ -28,7 +28,7 @@ __NAMESPACE_BEGIN_CVFONT
VALUE rb_class();
void define_ruby_class();
void init_ruby_class();
VALUE rb_allocate(VALUE klass);
VALUE rb_initialize(int argc, VALUE *argv, VALUE self);