Enum DWriteFlowDirection
Direction for how lines of text are placed relative to one another.
Namespace: JeremyAnsel.DirectX.DWrite
Assembly: JeremyAnsel.DirectX.DWrite.dll
Syntax
public enum DWriteFlowDirection
Fields
| Name | Description |
|---|---|
| BottomToTop | Text lines are placed from bottom to top. |
| LeftToRight | Text lines are placed from left to right. |
| RightToLeft | Text lines are placed from right to left. |
| TopToBottom | Text lines are placed from top to bottom. |