[ CCode ( cname = "hb_unicode_script_func_t" , instance_pos = 2.9 ) ]
public delegate Script UnicodeScriptFunc (UnicodeFuncs ufuncs, Codepoint unicode)
A virtual method for the UnicodeFuncs structure.
This method should retrieve the Script 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 Script of |