Declaration

func layerGroups() -> [NSOrderedSet]

Declaration

- (NSArray<NSOrderedSet<NSString *> *> *) layerGroups;

Declaration

layerGroups() -> list[NSOrderedSet<NSString *>]

Discussion

A layer group is an ordered set of layer identifiers for layers that participate in the same interpolation or substitution context. Intermediate, Alternative, and color layers can form groups distinct from the master layers. The grouping follows the font’s compatibility and empty-layer settings.

See Also

Layer Groups