CTLineGetGlyphRuns(_:)
Returns the array of glyph runs that make up the line object.
Declaration
func CTLineGetGlyphRuns(_ line: CTLine) -> CFArrayParameters
- line:
The line whose glyph run array is returned.
Return Value
A CFArray containing the CTRun objects that make up the line.