Instance Method
masterNearest(toPosition:)masterNearestToPosition:masterNearestToPosition_
Returns the master nearest to an internal design-space position.
Declaration
func masterNearest(toPosition position: UnsafeMutablePointer<CGFloat>) -> Any?Declaration
- (id) masterNearestToPosition:(CGFloat *) position;Declaration
masterNearestToPosition_(position: float) -> objectDiscussion
The position buffer must contain one internal coordinate per font axis, in font-axis order.
See Also
Master Locations
Returns the master or Intermediate layer nearest to an internal design-space position.
Returns the master at an internal design-space position.
Calculates internal and external coordinate ranges for the font axes.
Calculates internal and external coordinate ranges for font axes and masters.