Contents

CTTypesetterCreateWithAttributedStringAndOptions(_:_:)

Creates an immutable typesetter object using an attributed string and a dictionary of options.

Declaration

func CTTypesetterCreateWithAttributedStringAndOptions(_ string: CFAttributedString, _ options: CFDictionary?) -> CTTypesetter?

Parameters

  • string:

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

  • options:

    A dictionary of typesetter options, or NULL if there are none.

Return Value

A reference to a typesetter object if the call is successful; otherwise, NULL.

Discussion

Use the typesetter to create lines, perform line breaking, and do other contextual analysis according to the characters in the string.

See Also

Creating a Typesetter