Function harfbuzz_sys::hb_unicode_compose

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

hb_unicode_compose: @ufuncs: The Unicode-functions structure @a: The first code point to compose @b: The second code point to compose @ab: (out): The composed code point

Composes the code point sequence @a,@b by canonical equivalence into code point @ab.

Return value: True is @a,@b composed, false otherwise

Since: 0.9.2