Instance Property
guides
Layer-local guides.
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
The number of layer-local guides.
The guide at an index.
The index of a guide, or
nilwhen the guide is not in the layer.Adds a guide.
Inserts a guide at an index.
Removes a guide.
Removes the guide at an index.
See Also
Guides
The number of layer-local guides.
The guide at an index.
The index of a guide in the layer.
Adds a guide.
Inserts a guide at an index.
Removes a guide.
Removes the guide at an index.