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