Function

HarfBuzz-0.0HarfBuzzunicode_composeSince 0.9.2

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

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

    Parameters

    • ufuncs: unicode_funcs_t

      The Unicode-functions structure

    • a: number

      The first Unicode code point to compose

    • b: number

      The second Unicode code point to compose

    Returns [number, number]

    true if a and b composed, false otherwise

    0.9.2