Function harfbuzz_sys::hb_unicode_decompose

source ·
pub unsafe extern "C" fn hb_unicode_decompose(
    ufuncs: *mut hb_unicode_funcs_t,
    ab: hb_codepoint_t,
    a: *mut hb_codepoint_t,
    b: *mut hb_codepoint_t
) -> hb_bool_t
Expand description

hb_unicode_decompose: @ufuncs: The Unicode-functions structure @ab: The code point to decompose @a: (out): The first decomposed code point @b: (out): The second decomposed code point

Decomposes code point @ab by canonical equivalence, into code points @a and @b.

Return value: True if @ab decomposed, false otherwise

Since: 0.9.2