true if data found, false otherwiseharfbuzz.types.Bool fontGetNominalGlyph(harfbuzz.font.Font font, harfbuzz.types.Codepoint unicode, out harfbuzz.types.Codepoint glyph)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].
font | #hb_font_t to work upon |
unicode | The Unicode code point to query |
glyph | The glyph ID retrieved |
true if data found, false otherwise