Declaration

func axesValueSteps(_ masterIds: [String], glyph: GSGlyph?) -> NSMutableDictionary

Declaration

- (NSMutableDictionary<NSString *,NSArray<NSNumber *> *> *) axesValueSteps:(NSArray<NSString *> *) masterIds glyph:(GSGlyph *) glyph;

Declaration

axesValueSteps_glyph_(masterIds: list[str], glyph: GSGlyph) -> dict[str, NSArray<NSNumber *>]

Parameters

masterIds

Master identifiers to include.

glyph

The glyph whose Intermediate layers are included, or nil to use only font-level values.

Discussion

The result is keyed by axis identifier. Font masters, virtual masters, and Intermediate layers can contribute values.

See Also

Axis Values

See Also

Axis Values