decompose


Description:

[ CCode ( cname = "hb_unicode_decompose" ) ]
[ Version ( since = "0.9.2" ) ]
public Bool decompose (Codepoint ab, out Codepoint a, out Codepoint b)

Fetches the decomposition of a Unicode code point.

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

Parameters:

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

ufuncs

The Unicode-functions structure

Returns:

`true` if ab was decomposed, `false` otherwise