fontGetVariationGlyph

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 harfbuzz.font.Font

#hb_font_t to work upon

unicode harfbuzz.types.Codepoint

The Unicode code point to query

variationSelector harfbuzz.types.Codepoint

The variation-selector code point to query

glyph harfbuzz.types.Codepoint

The glyph ID retrieved

Return Value

Type: harfbuzz.types.Bool

true if data found, false otherwise