CTFrame
A frame.
Declaration
class CTFrameOverview
A frame contains multiple lines of text. The frame object is the output resulting from the text-framing process performed by a CTFramesetter object.
You can draw the entire text frame directly into the current graphic context. The frame object contains an array of line objects that can be retrieved for individual rendering or to get glyph information.
Topics
Getting Frame Data
CTFrameGetStringRange(_:)CTFrameGetVisibleStringRange(_:)CTFrameGetPath(_:)CTFrameGetFrameAttributes(_:)