Contents

drawsVerticallyForCharacter(at:)

Informs the text input management system whether the protocol-conforming client renders the character at the given index vertically.

Declaration

optional func drawsVerticallyForCharacter(at charIndex: Int) -> Bool

Parameters

  • charIndex:

    The index of the character to test.

Return Value

true if the character is rendered vertically; otherwise false.

See Also

Getting character coordinates