TypeScript API Documentation for HARFBUZZ
API Version: 0.0
Library Version: 11.5.1
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 0.9.2
Fetches the name of the specified glyph ID in font and returns it in string s.
font
s
If the glyph ID has no name in font, a string of the form gidDDD is generated, with DDD being the glyph ID.
gidDDD
DDD
According to the OpenType specification, glyph names are limited to 63 characters and can only contain (a subset of) ASCII.
HarfBuzz.font_t to work upon
The glyph ID to query
0.9.2
Fetches the name of the specified glyph ID in
fontand returns it in strings.If the glyph ID has no name in
font, a string of the formgidDDDis generated, withDDDbeing the glyph ID.According to the OpenType specification, glyph names are limited to 63 characters and can only contain (a subset of) ASCII.