Function harfbuzz_sys::bindings::hb_unicode_mirroring
source ยท pub unsafe extern "C" fn hb_unicode_mirroring(
ufuncs: *mut hb_unicode_funcs_t,
unicode: hb_codepoint_t,
) -> hb_codepoint_t
Expand description
hb_unicode_mirroring: @ufuncs: The Unicode-functions structure @unicode: The code point to query
Retrieves the Bi-directional Mirroring Glyph code point defined for code point @unicode.
Return value: The #hb_codepoint_t of the Mirroring Glyph for @unicode
Since: 0.9.2