Type Method
axesValuesFromAxes:axesValuesList: axesValuesFromAxes:axesValuesList: axesValuesFromAxes_axesValuesList_
Returns axis values from a list of internal axis positions.
Not available in Swift.
Declaration
+ (GSMutableAxisValues *) axesValuesFromAxes:(NSArray<GSAxis *> *) axes axesValuesList:(CGFloat *) axesValueList;Declaration
axesValuesFromAxes_axesValuesList_(axes: list[GSAxis], axesValueList: float) -> GSMutableAxisValuesParameters
axesThe axes that define the order of the values.
axesValueListInternal axis positions in font-axis order.
Discussion
The list must contain one value per axis in font-axis order.
See Also
Axis Values
Returns sorted internal coordinate values for all masters and a glyph.
Returns sorted internal coordinate values for the selected masters and glyph.
Returns internal variation ranges keyed by OpenType variation tag.
Returns editable axis positions for a master in font-axis order.
Returns a newly allocated list of internal axis positions in font-axis order.
Writes internal axis positions into a caller-provided list in font-axis order.