glyphIndexToName method
dynamic
glyphIndexToName(
- dynamic gid
Implementation
glyphIndexToName(gid) {
if (!this.glyphNames.glyphIndexToName) {
return '';
}
return this.glyphNames.glyphIndexToName(gid);
}