hb_font_get_nominal_glyphs_func_t
alias hb_font_get_nominal_glyphs_func_t =
uint function(hb_font_t* font, void* fontData, uint count, hb_codepoint_t* firstUnicode, uint unicodeStride, hb_codepoint_t* firstGlyph, uint glyphStride, 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 nominal glyph IDs for a sequence of Unicode code points. Glyph IDs must be returned in a #hb_codepoint_t output parameter.