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