Function

HarfBuzz-0.0HarfBuzzfont_get_glyph_v_advancesSince 1.8.6

  • Fetches the advances for a sequence of glyph IDs in the specified font, for vertical 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

    Returns [number, number]

    1.8.6