Parameters
font | #hb_font_t to work upon |
s | string to query |
glyph | The glyph ID corresponding to the string requested |
Returns
true if data found, false otherwiseharfbuzz.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.
font | #hb_font_t to work upon |
s | string to query |
glyph | The glyph ID corresponding to the string requested |
true if data found, false otherwise