Function

HarfBuzz-0.0HarfBuzzfont_get_glyph_h_advancesSince 1.8.6

  • Fetches the advances for a sequence of glyph IDs in the specified font, for horizontal text segments.

    Parameters

    • font: font_t

      HarfBuzz.font_t to work upon

    • count: number

      The number of glyph IDs in the sequence queried

    • first_glyph: number

      The first glyph ID to query

    • glyph_stride: number

      The stride between successive glyph IDs

    • advance_stride: number

      The stride between successive advances

    Returns number

    1.8.6