Function

HarfBuzz-0.0HarfBuzzfont_get_variation_glyphSince 1.2.3

  • Fetches the glyph ID for a Unicode code point when followed by by the specified variation-selector code point, in the specified font.

    Parameters

    • font: font_t

      HarfBuzz.font_t to work upon

    • unicode: number

      The Unicode code point to query

    • variation_selector: number

      The variation-selector code point to query

    Returns [number, number]

    true if data found, false otherwise

    1.2.3