Instance Method
indexOfObjectInAxes:indexOfObjectInAxes:indexOfObjectInAxes_
Returns the index of a font axis, or NSNotFound when the axis is not in the font.
Not available in Swift.
Declaration
- (NSUInteger) indexOfObjectInAxes:(GSAxis *) axis;Declaration
indexOfObjectInAxes_(axis: GSAxis) -> intParameters
axisThe axis to look up.
See Also
Axes
The font axes defining the font design space.
The number of font axes.
The font axis at an index, or
nilwhen the index is out of range.The canonical font axes.
Returns the font axis with an identifier, or
nilwhen no axis matches.Returns the font axis with a name, or
nilwhen no axis matches.Returns the font axis with an OpenType variation tag, or
nilwhen no axis matches.Adds a font axis.
Inserts a font axis at an index.
Removes a font axis.
Removes the font axis at an index.
Returns font axes derived from legacy master coordinate data.