Contents

CTFrameGetStringRange(_:)

Returns the range of characters originally requested to fill the frame.

Declaration

func CTFrameGetStringRange(_ frame: CTFrame) -> CFRange

Parameters

  • frame:

    The frame whose character range is returned.

Return Value

A CFRange structure containing the backing store range of characters that were originally requested to fill the frame, or, if the function call is not successful, an empty range.

See Also

Getting Frame Data