Function

HarfBuzz-0.0HarfBuzzset_previous_rangeSince 1.8.0

  • Fetches the previous consecutive range of elements in set that are greater than current value of last.

    Set first to #HB_SET_VALUE_INVALID to get started.

    Parameters

    • set: set_t

      A set

    • first: number

      Input = The current first code point in the range Output = The first code point in the range

    Returns [number, number, number]

    true if there was a previous range, false otherwise

    1.8.0