Function harfbuzz_sys::hb_unicode_combining_class
source ยท pub unsafe extern "C" fn hb_unicode_combining_class(
ufuncs: *mut hb_unicode_funcs_t,
unicode: hb_codepoint_t,
) -> hb_unicode_combining_class_t
Expand description
hb_unicode_combining_class: @ufuncs: The Unicode-functions structure @unicode: The code point to query
Retrieves the Canonical Combining Class (ccc) property of code point @unicode.
Return value: The #hb_unicode_combining_class_t of @unicode
Since: 0.9.2