true if ab was decomposed, false otherwiseharfbuzz.types.Bool unicodeDecompose(harfbuzz.unicode_funcs.UnicodeFuncs ufuncs, harfbuzz.types.Codepoint ab, out harfbuzz.types.Codepoint a, out harfbuzz.types.Codepoint b)Fetches the decomposition of a Unicode code point.
Calls the decomposition function of the specified Unicode-functions structure ufuncs.
ufuncs | The Unicode-functions structure |
ab | Unicode code point to decompose |
a | The first code point of the decomposition of ab |
b | The second code point of the decomposition of ab |
true if ab was decomposed, false otherwise