hb_font_get_nominal_glyph_func_t

A virtual method for the #hb_font_funcs_t of an #hb_font_t object.

This method should retrieve the nominal glyph ID for a specified Unicode code point. Glyph IDs must be returned in a #hb_codepoint_t output parameter.

alias hb_font_get_nominal_glyph_func_t = hb_bool_t function(hb_font_t* font, void* fontData, hb_codepoint_t unicode, hb_codepoint_t* glyph, void* userData)

Return Value

%true if data found, %false otherwise

Meta