Instance Method
setNameFastCache(_:)setNameFastCache:setNameFastCache_
Assigns a glyph name and updates name lookup in the containing font.
Declaration
func setNameFastCache(_ name: String)Declaration
- (void) setNameFastCache:(NSString *) name;Declaration
setNameFastCache_(name: str)Parameters
nameThe glyph name.
Discussion
The new name is available through name lookup in the containing font. This method does not update glyph information, undo, observation, or change notifications. Use name for general renaming.
See Also
Glyph Name
The glyph name used within Glyphs.
Assigns a glyph name and updates related glyph information.
Assigns a glyph name with control over related updates.
Assigns a glyph name without updating related state.
The glyph name used within Glyphs, with font references updated when it changes.
Assigns a glyph name and updates references to the old glyph name within the font.
Checks whether a glyph name can be assigned to the receiver.
Finds the standard glyph name corresponding to a nonstandard name.
Checks whether a string follows the glyph name syntax.