fontGetNominalGlyph

Fetches the nominal glyph ID for a Unicode code point in the specified font.

This version of the function should not be used to fetch glyph IDs for code points modified by variation selectors. For variation-selector support, user harfbuzz.global.fontGetVariationGlyph or use harfbuzz.global.fontGetGlyph.

Parameters

font harfbuzz.font.Font

#hb_font_t to work upon

unicode harfbuzz.types.Codepoint

The Unicode code point to query

glyph harfbuzz.types.Codepoint

The glyph ID retrieved

Return Value

Type: harfbuzz.types.Bool

true if data found, false otherwise