get_glyph_name


Description:

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

Fetches the glyph-name string for a glyph ID in the specified font.

According to the OpenType specification, glyph names are limited to 63 characters and can only contain (a subset of) ASCII.

Parameters:

glyph

The glyph ID to query

name

Name string retrieved for the glyph ID

font

Font to work upon

size

Length of the glyph-name string retrieved

Returns:

`true` if data found, `false` otherwise