UnicodeCombiningClassFunc


Description:

[ CCode ( cname = "hb_unicode_combining_class_func_t" , instance_pos = 2.9 ) ]
public delegate UnicodeCombiningClass UnicodeCombiningClassFunc (UnicodeFuncs ufuncs, Codepoint unicode)

A virtual method for the UnicodeFuncs structure.

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

Parameters:

ufuncs

A Unicode-functions structure

unicode

The code point to query

user_data

User data pointer passed by the caller

Returns:

The UnicodeCombiningClass of unicode


Namespace: HarfBuzz