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