Instance Method
layerGroupIDSet(for:)layerGroupIDSetForLayer:layerGroupIDSetForLayer_
The forced layer group containing a layer, or nil when the layer is not in a group.
Declaration
func layerGroupIDSet(for layer: GSLayer) -> NSOrderedSet?Declaration
- (NSOrderedSet<NSString *> *) layerGroupIDSetForLayer:(GSLayer *) layer;Declaration
layerGroupIDSetForLayer_(layer: GSLayer) -> NSOrderedSet<NSString *>Parameters
layerA layer belonging to the glyph.
Discussion
Empty layers participate in the grouping.
See Also
Layer Groups
The layer identifier groups used to check compatibility and coordinate edits across corresponding layers.
The layer identifier groups required by a set of instances.
The layer identifier groups formed without reference to configured instances.
The forced layer group containing a layer, or
nilwhen the layer is not in a group.The forced layer group containing a layer as an array, or
nilwhen the layer is not in a group.The identifiers of layers in the same group that have compatible shapes, anchors, and path-component hints.
The font masters including representations of active Intermediate-layer locations.