Type Method
axesPositions(fromAxes:master:) axesPositionsFromAxes:master: axesPositionsFromAxes_master_
Returns editable axis positions for a master in font-axis order.
Declaration
class func axesPositions(fromAxes fontAxes: [GSAxis], master: GSFontMaster) -> [GSMetricStore]Declaration
+ (NSArray<GSMetricStore *> *) axesPositionsFromAxes:(NSArray<GSAxis *> *) fontAxes master:(GSFontMaster *) master;Declaration
axesPositionsFromAxes_master_(fontAxes: list[GSAxis], master: GSFontMaster) -> list[GSMetricStore]Parameters
fontAxesThe font axes that define the order.
masterThe master that stores the axis values.
Discussion
Missing axis values are created on the master.
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.
Internal axis positions in the order of the supplied font axes.
Axis values from internal axis positions 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 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.
Returns axis values from a list of internal axis positions.