fontFuncsSetGlyphShapeFunc

Sets the implementation function for #hb_font_get_glyph_shape_func_t, which is the same as #hb_font_draw_glyph_func_t.

More...

Parameters

ffuncs harfbuzz.font_funcs.FontFuncs

A font-function structure

func harfbuzz.types.FontGetGlyphShapeFunc

The callback function to assign

Detailed Description