Instance Method
master(atPosition:)masterAtPosition:masterAtPosition_
Returns the master at an internal design-space position.
Declaration
func master(atPosition position: UnsafeMutablePointer<CGFloat>) -> GSFontMaster?Declaration
- (GSFontMaster *) masterAtPosition:(CGFloat *) position;Declaration
masterAtPosition_(position: float) -> GSFontMasterDiscussion
The position buffer must contain one internal coordinate per font axis, in font-axis order.
See Also
Master Locations
Returns the master nearest to an internal design-space position.
Returns the master or Intermediate layer nearest to 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.