[ CCode ( cname = "hb_unicode_general_category_func_t" , instance_pos = 2.9 ) ]
public delegate UnicodeGeneralCategory UnicodeGeneralCategoryFunc (UnicodeFuncs ufuncs, Codepoint unicode)
A virtual method for the UnicodeFuncs structure.
This method should retrieve the General Category property for a specified Unicode code point.
| ufuncs |
A Unicode-functions structure |
| unicode |
The code point to query |
| user_data |
User data pointer passed by the caller |
|
The UnicodeGeneralCategory of |