Enum LayoutMode
Defines modes to determine the layout direction of text.
Namespace: SixLabors.Fonts
Assembly: SixLabors.Fonts.dll
Syntax
[Flags]
public enum LayoutMode
Fields
| Name | Description |
|---|---|
| HorizontalBottomTop | Text is laid out horizontally from bottom to top. |
| HorizontalTopBottom | Text is laid out horizontally from top to bottom. |
| VerticalLeftRight | Text is laid out vertically from left to right. |
| VerticalRightLeft | Text is laid out vertically from right to left. |