fontGetGlyphFromName

fnharfbuzz.types.Bool fontGetGlyphFromName(harfbuzz.font.Font font, string name, out harfbuzz.types.Codepoint glyph)

Fetches the glyph ID that corresponds to a name string in the specified font.

<note>

Note

len == -1 means the name string is null-terminated.</note>

Parameters

font#hb_font_t to work upon
nameThe name string to query
glyphThe glyph ID retrieved

Returns

true if data found, false otherwise