hb_unicode_combining_class_func_t

A virtual method for the #hb_unicode_funcs_t structure.

This method should retrieve the Canonical Combining Class (ccc) property for a specified Unicode code point.

alias hb_unicode_combining_class_func_t = hb_unicode_combining_class_t function(hb_unicode_funcs_t* ufuncs, hb_codepoint_t unicode, void* userData)

Return Value

The #hb_unicode_combining_class_t of @unicode

Meta