isValidGlyphIndex(_:)
Indicates whether the specified index refers to a valid glyph.
Declaration
func isValidGlyphIndex(_ glyphIndex: Int) -> BoolParameters
- glyphIndex:
The index of a glyph in the receiver.
Return Value
true if the specified glyphIndex refers to a valid glyph, otherwise false.