Type Method
axesValueListFromAxes:axesValues: axesValueListFromAxes:axesValues: axesValueListFromAxes_axesValues_
Returns a newly allocated list of internal axis positions in font-axis order.
Not available in Swift.
Declaration
+ (CGFloat *) axesValueListFromAxes:(NSArray<GSAxis *> *) axes axesValues:(GSAxisValues *) axesValues;Declaration
axesValueListFromAxes_axesValues_(axes: list[GSAxis], axesValues: GSAxisValues) -> floatParameters
axesThe axes that define the order of the returned values.
axesValuesAxis values keyed by axis identifier.
Discussion
The caller owns the returned buffer and must release it with free. Missing axis values contribute zero.
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.
Writes internal axis positions into a caller-provided list in font-axis order.
Returns axis values from a list of internal axis positions.