Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the direction of how lines of text are placed relative to one another.
Syntax
typedef 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 Value: 0 Specifies that text lines are placed from top to bottom. |
DWRITE_FLOW_DIRECTION_BOTTOM_TO_TOP Value: 1 Specifies that text lines are placed from bottom to top. |
DWRITE_FLOW_DIRECTION_LEFT_TO_RIGHT Value: 2 Specifies that text lines are placed from left to right. |
DWRITE_FLOW_DIRECTION_RIGHT_TO_LEFT Value: 3 Specifies that text lines are placed from right to left. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
Header | dwrite.h |