Contents

CTLineGetGlyphRuns(_:)

Returns the array of glyph runs that make up the line object.

Declaration

func CTLineGetGlyphRuns(_ line: CTLine) -> CFArray

Parameters

  • line:

    The line whose glyph run array is returned.

Return Value

A CFArray containing the CTRun objects that make up the line.

See Also

Getting Line Data