fontGlyphFromString

fnharfbuzz.types.Bool fontGlyphFromString(harfbuzz.font.Font font, ubyte[] s, out harfbuzz.types.Codepoint glyph)

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>

Parameters

font#hb_font_t to work upon
sstring to query
glyphThe glyph ID corresponding to the string requested

Returns

true if data found, false otherwise