Declaration

var guides: [GSGuide] { get set }

Declaration

@property (nonatomic, strong) NSArray<GSGuide *> * guides;

Declaration

pyobjc_instanceMethods.guides() -> list[GSGuide]
pyobjc_instanceMethods.setGuides_(guides: list[GSGuide])

Discussion

Global guides are stored on the associated font master.

See Also

Guides