DWRITE_SHAPING_GLYPH_PROPERTIES-Struktur (dwrite.h)
Enthält Ausgabeeigenschaften für eine Ausgabe-Glyphe.
Syntax
struct DWRITE_SHAPING_GLYPH_PROPERTIES {
UINT16 justification : 4;
UINT16 isClusterStart : 1;
UINT16 isDiacritic : 1;
UINT16 isZeroWidthSpace : 1;
UINT16 reserved : 9;
};
Member
justification
Typ: UINT16
Gibt an, dass auf die Glyphe eine Rechtfertigung angewendet wurde.
isClusterStart
Typ: UINT16
Gibt an, dass die Glyphe der Start eines Clusters ist.
isDiacritic
Typ: UINT16
Gibt an, dass die Glyphe ein diakritisches Zeichen ist.
isZeroWidthSpace
Typ: UINT16
Gibt an, dass die Glyphe eine Wortgrenze ohne sichtbares Leerzeichen ist.
reserved
Typ: UINT16
Für die zukünftige Verwendung reserviert.
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 |