DWRITE_PARAGRAPH_ALIGNMENT-Enumeration (dwrite.h)
Gibt die Ausrichtung des Absatztexts entlang der Flussrichtungsachse relativ zum oberen und unteren Rand des Layoutfelds des Flusses an.
Syntax
typedef enum DWRITE_PARAGRAPH_ALIGNMENT {
DWRITE_PARAGRAPH_ALIGNMENT_NEAR,
DWRITE_PARAGRAPH_ALIGNMENT_FAR,
DWRITE_PARAGRAPH_ALIGNMENT_CENTER
} ;
Konstanten
DWRITE_PARAGRAPH_ALIGNMENT_NEAR Der obere Rand des Textflusses wird am oberen Rand des Layoutfelds ausgerichtet. |
DWRITE_PARAGRAPH_ALIGNMENT_FAR Der untere Rand des Textflusses wird am unteren Rand des Layoutfelds ausgerichtet. |
DWRITE_PARAGRAPH_ALIGNMENT_CENTER Die Mitte des Flusses wird an der Mitte des Layoutfelds ausgerichtet. |
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 7, Windows Vista mit SP2 und Plattformupdate für Windows Vista [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 R2, Windows Server 2008 mit SP2 und Plattformupdate für Windows Server 2008 [Desktop-Apps | UWP-Apps] |
Kopfzeile | dwrite.h |