TextCapType

TextCapType enum

Represents the type of text capitalisation.

enum class TextCapType : int8_t

Values

NameValueDescription
NotDefined-1
None0
Small1
All2

See Also