Enum TextJustification
Text justification modes.
public enum TextJustification
Fields
InterCharacter = 2The text is justified by adding space between characters (effectively varying letter-spacing), which is most appropriate for languages like Japanese.
InterWord = 1The text is justified by adding space between words (effectively varying word-spacing), which is most appropriate for languages that separate words using spaces, like English or Korean.
None = 0No justification