Type Method
axesValueListFromAxes:axesValues:intoList: axesValueListFromAxes:axesValues:intoList: axesValueListFromAxes_axesValues_intoList_
Writes internal axis positions into a caller-provided list in font-axis order.
Not available in Swift.
Declaration
+ (BOOL) axesValueListFromAxes:(NSArray<GSAxis *> *) axes axesValues:(GSAxisValues *) axesValues intoList:(CGFloat *) axesValueList;Declaration
axesValueListFromAxes_axesValues_intoList_(axes: list[GSAxis], axesValues: GSAxisValues, axesValueList: float) -> boolParameters
axesThe axes that define the order of the written values.
axesValuesAxis values keyed by axis identifier.
axesValueListThe destination list.
Return Value
YES when at least one value was written.
Discussion
The list must have room for one value per axis. 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.
Returns a newly allocated list of internal axis positions in font-axis order.
Returns axis values from a list of internal axis positions.