Function harfbuzz_sys::hb_unicode_script

source ·
pub unsafe extern "C" fn hb_unicode_script(
    ufuncs: *mut hb_unicode_funcs_t,
    unicode: hb_codepoint_t
) -> hb_script_t
Expand description

hb_unicode_script: @ufuncs: The Unicode-functions structure @unicode: The code point to query

Retrieves the #hb_script_t script to which code point @unicode belongs.

Return value: The #hb_script_t of @unicode

Since: 0.9.2