Instance Method
layerGroupIDSet(for:ignoreEmptyLayers:) layerGroupIDSetForLayer:ignoreEmptyLayers: layerGroupIDSetForLayer_ignoreEmptyLayers_
The forced layer group containing a layer, or nil when the layer is not in a group.
Declaration
func layerGroupIDSet(for layer: GSLayer, ignoreEmptyLayers: Bool) -> NSOrderedSet?Declaration
- (NSOrderedSet<NSString *> *) layerGroupIDSetForLayer:(GSLayer *) layer ignoreEmptyLayers:(BOOL) ignoreEmptyLayers;Declaration
layerGroupIDSetForLayer_ignoreEmptyLayers_(layer: GSLayer, ignoreEmptyLayers: bool) -> NSOrderedSet<NSString *>Parameters
layerA layer belonging to the glyph.
ignoreEmptyLayersWhether to omit layers without shapes or a background image.
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.