Instance Property
isSpecialLayerspecialLayerspecialLayer
Whether the layer has special layer attributes.
Declaration
var isSpecialLayer: Bool { get }Declaration
@property (nonatomic, readonly, getter=isSpecialLayer) BOOL specialLayer;Declaration
pyobjc_instanceMethods.isSpecialLayer() -> boolDiscussion
Any layer with attributes is a special layer, including Intermediate and Alternative layer that use attributes to store their specific info.
See Also
Layer Kind
Whether the layer is the master layer for its associated font master.
Whether the layer is a master layer, has special layer attributes, or uses any color-layer format.
Whether the layer is an intermediate layer at explicit design-space coordinates.
Whether the layer is an alternative layer selected by axis rules.
Whether the layer is an intermediate layer for a smart glyph.