Instance Method
setAttributesFast(_:)setAttributesFast:setAttributesFast_
Replaces all attributes without registering undo or notifying the glyph.
Declaration
func setAttributesFast(_ attributes: NSMutableDictionary)Declaration
- (void) setAttributesFast:(NSMutableDictionary<NSString *,id> *) attributes;Declaration
setAttributesFast_(attributes: dict[str, object])Discussion
The mutable dictionary becomes the layer’s attribute storage.
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.Sets or removes an attribute.
Sets an attribute without registering undo or notifying the glyph.
Removes an attribute.