Function

HarfBuzz-0.0HarfBuzzot_layout_lookup_collect_glyphsSince 0.9.7

  • Fetches a list of all glyphs affected by the specified lookup in the specified face's GSUB table or GPOS table.

    Parameters

    • face: face_t

      HarfBuzz.face_t to work upon

    • table_tag: number

      #HB_OT_TAG_GSUB or #HB_OT_TAG_GPOS

    • lookup_index: number

      The index of the feature lookup to query

    Returns [set_t | null, set_t | null, set_t | null, set_t | null]

    0.9.7