Declaration

+ (GSMutableAxisValues *) axesValuesFromAxes:(NSArray<GSAxis *> *) axes axesValuesList:(CGFloat *) axesValueList;

Declaration

axesValuesFromAxes_axesValuesList_(axes: list[GSAxis], axesValueList: float) -> GSMutableAxisValues

Parameters

axes

The axes that define the order of the values.

axesValueList

Internal axis positions in font-axis order.

Discussion

The list must contain one value per axis in font-axis order.

See Also

Axis Values