DWRITE_READING_DIRECTION enumeration
Specifies the direction in which reading progresses.
Syntax
enum DWRITE_READING_DIRECTION {
DWRITE_READING_DIRECTION_LEFT_TO_RIGHT,
DWRITE_READING_DIRECTION_RIGHT_TO_LEFT,
DWRITE_READING_DIRECTION_TOP_TO_BOTTOM,
DWRITE_READING_DIRECTION_BOTTOM_TO_TOP
};
Constants
- DWRITE_READING_DIRECTION_LEFT_TO_RIGHT
-
Indicates that reading progresses from left to right.
- DWRITE_READING_DIRECTION_RIGHT_TO_LEFT
-
Indicates that reading progresses from right to left.
- DWRITE_READING_DIRECTION_TOP_TO_BOTTOM
-
Note Windows 8.1 and later only.
Indicates that reading progresses from top to bottom.
- DWRITE_READING_DIRECTION_BOTTOM_TO_TOP
-
Note Windows 8.1 and later only.
Indicates that reading progresses from bottom to top.
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 |
|