Instance Method
setAttributeFast(_:forKey:) setAttributeFast:forKey: setAttributeFast_forKey_
Sets an attribute without registering undo or notifying the glyph.
Declaration
func setAttributeFast(_ value: Any, forKey key: GSLayerAttribute)Declaration
- (void) setAttributeFast:(id) value forKey:(GSLayerAttribute) key;Declaration
setAttributeFast_forKey_(value: object, key: GSLayerAttribute)See Also
Attributes
Values that configure layer behavior and special layer formats.
The number of attributes.
The value for an attribute key, or
nilif no value is set.Replaces all attributes without registering undo or notifying the glyph.
Sets or removes an attribute.
Removes an attribute.