fontGetVariationGlyph

fnharfbuzz.types.Bool fontGetVariationGlyph(harfbuzz.font.Font font, harfbuzz.types.Codepoint unicode, harfbuzz.types.Codepoint variationSelector, out harfbuzz.types.Codepoint glyph)

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#hb_font_t to work upon
unicodeThe Unicode code point to query
variationSelectorThe variation-selector code point to query
glyphThe glyph ID retrieved

Returns

true if data found, false otherwise