fontFuncsSetGlyphShapeFunc

fnvoid fontFuncsSetGlyphShapeFunc(harfbuzz.font_funcs.FontFuncs ffuncs, harfbuzz.types.FontGetGlyphShapeFunc func)

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

Parameters

ffuncsA font-function structure
funcThe callback function to assign

Deprecated

Use [harfbuzz.global.fontFuncsSetDrawGlyphFunc] instead