Instance Method
glyph(forNameFast:)glyphForNameFast:glyphForNameFast_
Returns a glyph for a local lookup by name, or nil when no glyph matches.
Declaration
func glyph(forNameFast name: String) -> GSGlyph?Declaration
- (GSGlyph *) glyphForNameFast:(NSString *) name;Declaration
glyphForNameFast_(name: str) -> GSGlyphDiscussion
Use this method for repeated local lookups when glyph names have not changed. Imported glyphs are not guaranteed to be found.
See Also
Accessing Glyphs
Returns the local or imported glyph with a name, or
nilwhen no glyph matches.Returns the local glyph with a name, or
nilwhen no glyph matches.Returns the local or imported glyph with an identifier, or
nilwhen no glyph matches.Returns whether the font defines a local glyph with a name.
The names of the local glyphs in glyph order.
The distinct tags used by local glyphs, sorted by name.
Returns glyph-name completions for the partial name around a range.
See Also
Accessing Glyphs
Returns the local or imported glyph with a name, or
nilwhen no glyph matches.Returns the local glyph with a name, or
nilwhen no glyph matches.Returns the local or imported glyph with an identifier, or
nilwhen no glyph matches.Returns whether the font defines a local glyph with a name.
Returns the local or imported glyphs matching a sequence of names.
The names of the local glyphs in glyph order.
The distinct tags used by local glyphs, sorted by name.
Returns glyph-name completions for the partial name around a range.