compose


Description:

[ 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.

Parameters:

a

The first Unicode code point to compose

b

The second Unicode code point to compose

ab

The composition of a, b

ufuncs

The Unicode-functions structure

Returns:

`true` if a and b composed, `false` otherwise