Declaration

func collectBraceLayerIDsMasters(_ masters: [GSFontMaster], allKeys: NSOrderedSet) -> [GSFontMaster]?

Declaration

- (NSArray<GSFontMaster *> *) collectBraceLayerIDsMasters:(NSArray<GSFontMaster *> *) masters allKeys:(NSOrderedSet<NSString *> *) allKeys;

Declaration

collectBraceLayerIDsMasters_allKeys_(masters: list[GSFontMaster], allKeys: NSOrderedSet<NSString *>) -> list[GSFontMaster]

Parameters

masters

The original font masters.

allKeys

The layer and font master identifiers to inspect.

Discussion

This allows instance interpolation to account for Intermediate-layer locations. Returns nil when no qualifying Intermediate layer is found.

See Also

Layer Groups