Declaration

func internalAxisRanges(associatedMasterID: String? = nil) -> [GSAxis : ClosedRange<CGFloat>]

Parameters

associatedMasterID

The associated master identifier used to restrict glyph-local-axis layer values, or nil to include layers associated with every master.

Discussion

Font axes appear first, followed by glyph-local axes. Axes without a qualifying coordinate value are omitted. When associatedMasterID is provided, a glyph-local axis uses only layer values associated with that master. This does not restrict font-axis values or the default value of a glyph-local axis.

See Also

Glyph Axes