Function

HarfBuzz-0.0HarfBuzzot_layout_table_find_feature_variationsSince 1.4.0

  • Fetches a list of feature variations in the specified face's GSUB table or GPOS table, at the specified variation coordinates.

    Parameters

    • face: face_t

      HarfBuzz.face_t to work upon

    • table_tag: number

      #HB_OT_TAG_GSUB or #HB_OT_TAG_GPOS

    • coords: number

      The variation coordinates to query

    • num_coords: number

      The number of variation coordinates

    Returns [number, number]

    true if feature variations were found, false otherwise.

    1.4.0