Fetches the glyph ID from font that matches the specified string. Strings of the format gidDDD or uniUUUU are parsed automatically.
<note>Note: len == -1 means the string is null-terminated.</note>
#hb_font_t to work upon
string to query
The glyph ID corresponding to the string requested
true if data found, false otherwise
Fetches the glyph ID from font that matches the specified string. Strings of the format gidDDD or uniUUUU are parsed automatically.
<note>Note: len == -1 means the string is null-terminated.</note>