Contents

actionForControlCharacter(at:)

Returns the action associated with a control character.

Declaration

func actionForControlCharacter(at charIndex: Int) -> NSTypesetterControlCharacterAction

Parameters

  • charIndex:

    The index of the control character.

Return Value

The action associated with the control character at charIndex.

See Also

Deprecated