unicodeCompose

Fetches the composition of a sequence of two Unicode code points.

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

Parameters

ufuncs harfbuzz.unicode_funcs.UnicodeFuncs

The Unicode-functions structure

a harfbuzz.types.Codepoint

The first Unicode code point to compose

b harfbuzz.types.Codepoint

The second Unicode code point to compose

ab harfbuzz.types.Codepoint

The composition of a, b

Return Value

Type: harfbuzz.types.Bool

true if a and b composed, false otherwise