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. |
VerticalMixedLeftRight | Text is laid out vertically from left to right. Horizontal glyphs are rotated 90 degrees clockwise. |
VerticalMixedRightLeft | Text is laid out vertically from right to left. Horizontal glyphs are rotated 90 degrees clockwise. |
VerticalRightLeft | Text is laid out vertically from right to left. |