fontGetGlyphFromName

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

#hb_font_t to work upon

name string

The name string to query

glyph harfbuzz.types.Codepoint

The glyph ID retrieved

Return Value

Type: harfbuzz.types.Bool

true if data found, false otherwise