Table of Contents

Enum TextJustification

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

Text justification modes.

public enum TextJustification

Fields

InterCharacter = 2

The text is justified by adding space between characters (effectively varying letter-spacing), which is most appropriate for languages like Japanese.

InterWord = 1

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 = 0

No justification