defaultBaselineOffset(for:)
Returns the default baseline offset that the layout manager’s typesetter uses for the specified font.
Declaration
func defaultBaselineOffset(for theFont: NSFont) -> CGFloatParameters
- theFont:
The font for which to return the default baseline offset.
Return Value
The default baseline offset for a line of text drawn using theFont.
Discussion
The value returned may vary according to the layout manager’s typesetter behavior.