Instance Property
name
The glyph name used within Glyphs.
Declaration
var name: String? { get set }Declaration
@property (nonatomic, copy) NSString * name;Declaration
pyobjc_instanceMethods.name() -> str
pyobjc_instanceMethods.setName_(name: str)Discussion
Glyph names identify glyphs in the font and may use the descriptive naming conventions recognized by Glyphs. Exported font files may use a different production name. Use validateName(_:)validateName:validateName_ before assigning a name supplied by an API client. Assigning nil or an empty string does not change the name.
See Also
Glyph Name
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.
Assigns a glyph name and updates name lookup in the containing font.
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.