set(in:)
Sets this font as the font for the specified graphics context.
Declaration
func set(in graphicsContext: NSGraphicsContext)Parameters
- graphicsContext:
The graphics context for which the font is set.
Discussion
This method sets the font for the graphics system but does not affect the higher-level settings of the Cocoa text system, which are controlled by text attributes.