Declaration

func safeName(for glyph: GSGlyph) -> String

Declaration

- (NSString *) safeNameForGlyph:(GSGlyph *) glyph;

Declaration

safeNameForGlyph_(glyph: GSGlyph) -> str

Parameters

glyph

The glyph whose name to check.

Discussion

The glyph’s current name is returned unchanged when it is available or belongs to the glyph itself. Otherwise, a three-digit numeric suffix is appended.

See Also

Glyph Names