CTFrameGetLines(_:)
Returns an array of lines stored in the frame.
Declaration
func CTFrameGetLines(_ frame: CTFrame) -> CFArrayParameters
- frame:
The frame whose line array is returned.
Return Value
A CFArray object containing the CTLine objects that make up the frame, or, if there are no lines in the frame, an array with no elements.