Instance Property
isExportingexportexport
Whether the glyph is marked for inclusion in exported font files.
Declaration
var isExporting: Bool { get set }Declaration
@property (nonatomic, getter=isExporting) BOOL export;Declaration
pyobjc_instanceMethods.isExporting() -> bool
pyobjc_instanceMethods.setExport_(export: bool)