Function

HarfBuzz-0.0HarfBuzzset_previousSince 1.8.0

  • Fetches the previous element in set that is lower than current value of codepoint.

    Set codepoint to #HB_SET_VALUE_INVALID to get started.

    Parameters

    • set: set_t

      A set

    • codepoint: number

      Input = Code point to query Output = Code point retrieved

    Returns [number, number]

    true if there was a previous value, false otherwise

    1.8.0