TypeScript API Documentation for HARFBUZZ
API Version: 0.0
Library Version: 11.5.1
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 7.0.0
Draws the outline that corresponds to a glyph in the specified font.
font
This is an older name for hb_font_draw_glyph_or_fail(), with no return value.
hb_font_draw_glyph_or_fail()
The outline is returned by way of calls to the callbacks of the dfuncs objects, with draw_data passed to them.
dfuncs
draw_data
HarfBuzz.font_t to work upon
The glyph ID
HarfBuzz.draw_funcs_t to draw to
Optional
User data to pass to draw callbacks
7.0.0
Draws the outline that corresponds to a glyph in the specified
font.This is an older name for
hb_font_draw_glyph_or_fail(), with no return value.The outline is returned by way of calls to the callbacks of the
dfuncsobjects, withdraw_datapassed to them.