Instance Property
attributes
Values that configure layer behavior and special layer formats.
Declaration
var attributes: [GSLayerAttribute : Any]? { get set }Declaration
@property (nonatomic, strong) NSDictionary<NSString *,id> * attributes;Declaration
pyobjc_instanceMethods.attributes() -> dict[str, object]
pyobjc_instanceMethods.setAttributes_(attributes: dict[str, object])Discussion
Attribute values must support property-list encoding.
See Also
Attributes
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.
Sets an attribute without registering undo or notifying the glyph.
Removes an attribute.