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