true if a and b composed, false otherwiseharfbuzz.types.Bool unicodeCompose(harfbuzz.unicode_funcs.UnicodeFuncs ufuncs, harfbuzz.types.Codepoint a, harfbuzz.types.Codepoint b, out harfbuzz.types.Codepoint ab)Fetches the composition of a sequence of two Unicode code points.
Calls the composition function of the specified Unicode-functions structure ufuncs.
ufuncs | The Unicode-functions structure |
a | The first Unicode code point to compose |
b | The second Unicode code point to compose |
ab | The composition of a, b |
true if a and b composed, false otherwise