get_glyph_from_name


Description:

[ Version ( since = "0.9.2" ) ]
public Bool get_glyph_from_name (char[] name, out Codepoint glyph)

Fetches the glyph ID that corresponds to a name string in the specified font.

<note>Note: name.length == -1 means the name string is null-terminated.</note>

Parameters:

name

The name string to query

glyph

The glyph ID retrieved

font

Font to work upon

len

The length of the name queried

Returns:

`true` if data found, `false` otherwise