TypeScript API Documentation for HARFBUZZ
API Version: 0.0
Library Version: 13.2.1
Generated with TypeDoc via ts-for-gir v4.0.0-rc.9
Deprecated 7.0.0
Since 4.0.0
Fetches the glyph shape that corresponds to a glyph in the specified font. The shape is returned by way of calls to the callbacks of the dfuncs objects, with draw_data passed to them.
font
dfuncs
draw_data
Deprecated
HarfBuzz.font_t to work upon
The glyph ID
HarfBuzz.draw_funcs_t to draw to
User data to pass to draw callbacks
4.0.0
since 7.0.0: Use hb_font_draw_glyph() instead
hb_font_draw_glyph()
Fetches the glyph shape that corresponds to a glyph in the specified
font. The shape is returned by way of calls to the callbacks of thedfuncsobjects, withdraw_datapassed to them.