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) -> BoolParameters
- charIndex:
The index of the character to test.
Return Value
true if the character is rendered vertically; otherwise false.