glyphIndexToName method

dynamic glyphIndexToName(
  1. dynamic gid
)

Implementation

glyphIndexToName(gid) {
  if (!this.glyphNames.glyphIndexToName) {
      return '';
  }

  return this.glyphNames.glyphIndexToName(gid);
}