Instance Property
note
A free-form note associated with the glyph.
Declaration
var note: String? { get set }Declaration
@property (nonatomic, copy) NSString * note;Declaration
pyobjc_instanceMethods.note() -> str
pyobjc_instanceMethods.setNote_(note: str)Discussion
The note is stored in the Glyphs file and does not affect font export.
See Also
Metadata
The color label used to organize the glyph, or
nilif no color label is assigned.A standard color label, or GSLabelColor.noColorGSLabelColorNoColorGSLabelColorNoColor if the glyph has a custom color label or no color label.