unicodeDecompose

Fetches the decomposition of a Unicode code point.

Calls the decomposition function of the specified Unicode-functions structure ufuncs.

Parameters

ufuncs harfbuzz.unicode_funcs.UnicodeFuncs

The Unicode-functions structure

ab harfbuzz.types.Codepoint

Unicode code point to decompose

a harfbuzz.types.Codepoint

The first code point of the decomposition of ab

b harfbuzz.types.Codepoint

The second code point of the decomposition of ab

Return Value

Type: harfbuzz.types.Bool

true if ab was decomposed, false otherwise