Enum TextDirection
Specifies the writing direction for text.
Namespace: SixLabors.Fonts
Assembly: SixLabors.Fonts.dll
Syntax
public enum TextDirection
Fields
| Name | Description |
|---|---|
| Auto | Automatically determined. |
| LeftToRight | Left to right. |
| RightToLeft | Right to left. |