[ CCode ( cname = "hb_unicode_mirroring_func_t" , instance_pos = 2.9 ) ]
public delegate Codepoint UnicodeMirroringFunc (UnicodeFuncs ufuncs, Codepoint unicode)
A virtual method for the UnicodeFuncs structure.
This method should retrieve the Bi-Directional Mirroring Glyph code point for a specified Unicode code point.
<note>Note: If a code point does not have a specified Bi-Directional Mirroring Glyph defined, the method should return the original code point.</note>
| ufuncs |
A Unicode-functions structure |
| unicode |
The code point to query |
| user_data |
User data pointer passed by the caller |
|
The Codepoint of the Mirroring Glyph for |