Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Specifies the direction in which reading progresses.
Note DWRITE_READING_DIRECTION_TOP_TO_BOTTOM and DWRITE_READING_DIRECTION_BOTTOM_TO_TOP are available in Windows 8.1 and later, only.
Syntax
typedef enum DWRITE_READING_DIRECTION {
DWRITE_READING_DIRECTION_LEFT_TO_RIGHT = 0,
DWRITE_READING_DIRECTION_RIGHT_TO_LEFT = 1,
DWRITE_READING_DIRECTION_TOP_TO_BOTTOM = 2,
DWRITE_READING_DIRECTION_BOTTOM_TO_TOP = 3
} ;
Constants
DWRITE_READING_DIRECTION_LEFT_TO_RIGHTValue: 0 Indicates that reading progresses from left to right. |
DWRITE_READING_DIRECTION_RIGHT_TO_LEFTValue: 1 Indicates that reading progresses from right to left. |
DWRITE_READING_DIRECTION_TOP_TO_BOTTOMValue: 2 Note Windows 8.1 and later only. Indicates that reading progresses from top to bottom. |
DWRITE_READING_DIRECTION_BOTTOM_TO_TOPValue: 3 Note Windows 8.1 and later only. Indicates that reading progresses from bottom to top. |
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 |