Table of Contents

Enum LayoutMode

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

Defines modes to determine the layout direction of text.

[Flags]
public enum LayoutMode
Extension Methods

Fields

HorizontalBottomTop = 1

Text is laid out horizontally from bottom to top.

HorizontalTopBottom = 0

Text is laid out horizontally from top to bottom.

VerticalLeftRight = 2

Text is laid out vertically from left to right.

VerticalMixedLeftRight = 8

Text is laid out vertically from left to right. Horizontal glyphs are rotated 90 degrees clockwise.

VerticalMixedRightLeft = 16

Text is laid out vertically from right to left. Horizontal glyphs are rotated 90 degrees clockwise.

VerticalRightLeft = 4

Text is laid out vertically from right to left.