hb_font_get_variation_glyph_func_t
alias hb_font_get_variation_glyph_func_t =
hb_bool_t function(hb_font_t* font, void* fontData, hb_codepoint_t unicode, hb_codepoint_t variationSelector, hb_codepoint_t* glyph, void* userData)
harfbuzz c types
aliasesenumsmanifest constantsstructs
A virtual method for the #hb_font_funcs_t of an #hb_font_t object.
This method should retrieve the glyph ID for a specified Unicode code point followed by a specified Variation Selector code point. Glyph IDs must be returned in a #hb_codepoint_t output parameter.