CartoType Android API 7.8.2, 2022-03-25
for Java development on Android
Public Attributes | List of all members
com.cartotype.LetterCase Enum Reference

Public Attributes

 None
 
 Lower
 
 Upper
 
 Title
 

Detailed Description

The case of letters and strings in Latin, Greek, Cyrillic and other alphabetic scripts.

Member Data Documentation

◆ Lower

com.cartotype.LetterCase.Lower

The case of the letters 'a', 'b', c', etc.

◆ None

com.cartotype.LetterCase.None

A code used when the letter case is to be left as it is, or is irrelevant.

◆ Title

com.cartotype.LetterCase.Title

The case of letters like U+01C8 'Lj' and a few others; also indicates that the first letter of each word should be changed to titlecase.

◆ Upper

com.cartotype.LetterCase.Upper

The case of the letters 'A', 'B', 'C, etc.


The documentation for this enum was generated from the following file: