Declaration

func axesValueSteps(_ glyph: GSGlyph?) -> NSMutableDictionary

Declaration

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

Declaration

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

Parameters

glyph

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

Discussion

The result is keyed by axis identifier.

See Also

Axis Values

See Also

Axis Values