Enum LayoutMode
Defines modes to determine the layout direction of text.
Namespace: SixLabors.Fonts
Assembly: SixLabors.Fonts.dll
Syntax
[Flags]
public enum LayoutModeFields
| 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. |