Function

HarfBuzz-0.0HarfBuzzfont_get_glyph_v_originsSince 11.3.0

  • Fetches the (X,Y) coordinates of the origin for requested 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

    • x_stride: number

      The stride between successive X coordinates

    • y_stride: number

      The stride between successive Y coordinates

    Returns [number, number, number]

    true if data found, false otherwise

    11.3.0