Function

HarfBuzz-0.0HarfBuzzfont_get_nominal_glyphsSince 2.6.3

  • Fetches the nominal glyph IDs for a sequence of Unicode code points. Glyph IDs must be returned in a HarfBuzz.codepoint_t output parameter. Stops at the first unsupported glyph ID.

    Parameters

    • font: font_t

      HarfBuzz.font_t to work upon

    • count: number

      number of code points to query

    • first_unicode: number

      The first Unicode code point to query

    • unicode_stride: number

      The stride between successive code points

    • glyph_stride: number

      The stride between successive glyph IDs

    Returns [number, number]

    the number of code points processed

    2.6.3