Instance Property
hints
Layer hints.
Declaration
var hints: [GSHint] { get set }Declaration
@property (nonatomic, strong) NSArray<GSHint *> * hints;Declaration
pyobjc_instanceMethods.hints() -> list[GSHint]
pyobjc_instanceMethods.setHints_(hints: list[GSHint])Discussion
The returned array is empty when no hints are stored.
See Also
Hints
Low-level hint storage access.
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
Low-level hint storage access.
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.