Module: HarfBuzz::OT::Font
- Defined in:
- lib/harfbuzz/ot/font.rb
Overview
OpenType Font functions
Class Method Summary collapse
-
.set_funcs(font) ⇒ Object
Sets OpenType font functions on a font.
Class Method Details
.set_funcs(font) ⇒ Object
Sets OpenType font functions on a font
11 12 13 |
# File 'lib/harfbuzz/ot/font.rb', line 11 def set_funcs(font) C.hb_ot_font_set_funcs(font.ptr) end |