[ CCode ( cname = "hb_unicode_decompose" ) ]
[ Version ( since = "0.9.2" ) ]
public Bool decompose (Codepoint ab, out Codepoint a, out Codepoint b)
Fetches the decomposition of a Unicode code point.
Calls the decomposition function of the specified Unicode-functions structure ufuncs.
| ab |
Unicode code point to decompose |
| a |
The first code point of the decomposition of |
| b |
The second code point of the decomposition of |
| ufuncs |
The Unicode-functions structure |
|
`true` if |