Method: FT2::GlyphMetrics.initialize
- Defined in:
- ext/ft2-ruby/ft2.c
.initialize ⇒ Object
Constructor for FT2::GlyphMetrics
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).
1637 1638 1639 |
# File 'ext/ft2-ruby/ft2.c', line 1637 static VALUE ft_glyphmetrics_init(VALUE self) { return self; } |