Class: FT2::OutlineGlyph
Class Method Summary collapse
-
.initialize ⇒ Object
Constructor for FT2::OutlineGlyph class.
Methods inherited from Glyph
#advance, #cbox, #class, #dup, #format, #library, #to_bmap, #transform
Class Method Details
.initialize ⇒ Object
Constructor for FT2::OutlineGlyph class.
This method is currently empty. You should never call this method directly unless you’re instantiating a derived class (ie, you know what you’re doing).
2732 2733 2734 |
# File 'ext/ft2-ruby/ft2.c', line 2732 static VALUE ft_outlineglyph_init(VALUE self) { return self; } |