Contents

CTTypesetterCreateWithAttributedString(_:)

Creates an immutable typesetter object using an attributed string.

Declaration

func CTTypesetterCreateWithAttributedString(_ string: CFAttributedString) -> CTTypesetter

Parameters

  • string:

    The attributed string to typeset. This parameter must be filled in with a valid CFAttributedString object.

Return Value

A reference to a CTTypesetter object if the call was successful; otherwise, NULL.

Discussion

The resultant typesetter can be used to create lines, perform line breaking, and do other contextual analysis based on the characters in the string.

See Also

Creating a Typesetter