Instance Property
hintsFast
Low-level hint storage access.
Declaration
var hintsFast: NSMutableArray? { get set }Declaration
@property (nonatomic, strong) NSMutableArray<GSHint *> * hintsFast;Declaration
hintsFast() -> list[GSHint]
setHintsFast_(hintsFast: list[GSHint])Discussion
This may be nil and does not register undo or layer updates. Use it only while setting up a layer or in code that handles the required updates itself.
See Also
Hints
Layer hints.
The number of stored hints.
The number of PostScript hints.
The index of a hint, or
nilwhen the hint is not in the layer.The hint for a stable hint key.
The hint at an index.
See Also
Hints
Layer hints.
The number of stored hints.
The number of PostScript hints.
The index of a hint in the layer.
The hint for a stable hint key.
The hint at an index.