Enum TextJustification
Text justification modes.
Namespace: SixLabors.Fonts
Assembly: SixLabors.Fonts.dll
Syntax
public enum TextJustificationFields
| Name | Description | 
|---|---|
| InterCharacter | The text is justified by adding space between characters (effectively varying letter-spacing), which is most appropriate for languages like Japanese. | 
| InterWord | The 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 | No justification |