hb_unicode_decompose_func_t

A virtual method for the #hb_unicode_funcs_t structure.

This method should decompose an input Unicode code point, returning the two decomposed code points in #hb_codepoint_t output parameters (if successful). The method must return an #hb_bool_t indicating the success of the composition.

alias hb_unicode_decompose_func_t = hb_bool_t function(hb_unicode_funcs_t* ufuncs, hb_codepoint_t ab, hb_codepoint_t* a, hb_codepoint_t* b, void* userData)

Return Value

%true if @ab decomposed, %false otherwise

Meta