Instance Method
hint(withKey:)hintWithKey:hintWithKey_
The hint for a stable hint key.
Declaration
func hint(withKey hintKey: String) -> GSHint?Declaration
- (GSHint *) hintWithKey:(NSString *) hintKey;Declaration
hintWithKey_(hintKey: str) -> GSHintReturn Value
The matching hint, or nil if no hint has the key.
See Also
Hints
Layer 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 at an index.
See Also
Hints
Layer 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 at an index.