hb_unicode_mirroring_func_t

A virtual method for the #hb_unicode_funcs_t structure.

This method should retrieve the Bi-Directional Mirroring Glyph code point for a specified Unicode code point.

<note>Note: If a code point does not have a specified Bi-Directional Mirroring Glyph defined, the method should return the original code point.</note>

alias hb_unicode_mirroring_func_t = hb_codepoint_t function(hb_unicode_funcs_t* ufuncs, hb_codepoint_t unicode, void* userData)

Return Value

The #hb_codepoint_t of the Mirroring Glyph for @unicode

Meta