DWRITE_FLOW_DIRECTION enumeration
Indicates the direction of how lines of text are placed relative to one another.
Syntax
enum DWRITE_FLOW_DIRECTION {
DWRITE_FLOW_DIRECTION_TOP_TO_BOTTOM = 0,
DWRITE_FLOW_DIRECTION_BOTTOM_TO_TOP = 1,
DWRITE_FLOW_DIRECTION_LEFT_TO_RIGHT = 2,
DWRITE_FLOW_DIRECTION_RIGHT_TO_LEFT = 3
};
Constants
- DWRITE_FLOW_DIRECTION_TOP_TO_BOTTOM
-
Specifies that text lines are placed from top to bottom.
- DWRITE_FLOW_DIRECTION_BOTTOM_TO_TOP
-
Specifies that text lines are placed from bottom to top.
- DWRITE_FLOW_DIRECTION_LEFT_TO_RIGHT
-
Specifies that text lines are placed from left to right.
- DWRITE_FLOW_DIRECTION_RIGHT_TO_LEFT
-
Specifies that text lines are placed from right to left.
Requirements
|
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|