baselineOffset(in:glyphIndex:)
Returns the distance from the bottom of the line fragment rectangle in which the glyph resides to the glyph baseline.
Declaration
func baselineOffset(in layoutMgr: NSLayoutManager, glyphIndex: Int) -> CGFloatParameters
- layoutMgr:
The layout manager used for the drawing.
- glyphIndex:
The index of the glyph in question.
Return Value
The distance from the bottom of the line fragment rectangle in which the glyph resides to the glyph baseline.
Discussion
The text system uses this value to calculate the vertical position of underlines.