hb_font_get_nominal_glyphs_func_t

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.

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)

Return Value

the number of code points processed

Meta