DWRITE_PANOSE_SCRIPT_TOPOLOGY-Enumeration (dwrite_1.h)
Die DWRITE_PANOSE_SCRIPT_TOPOLOGY-Enumeration enthält Werte, die die Topologie von Letterforms angeben.
Syntax
typedef enum DWRITE_PANOSE_SCRIPT_TOPOLOGY {
DWRITE_PANOSE_SCRIPT_TOPOLOGY_ANY = 0,
DWRITE_PANOSE_SCRIPT_TOPOLOGY_NO_FIT = 1,
DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_DISCONNECTED = 2,
DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_TRAILING = 3,
DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_CONNECTED = 4,
DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_DISCONNECTED = 5,
DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_TRAILING = 6,
DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_CONNECTED = 7,
DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_DISCONNECTED = 8,
DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_TRAILING = 9,
DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_CONNECTED = 10
} ;
Konstanten
DWRITE_PANOSE_SCRIPT_TOPOLOGY_ANY Wert: 0 Beliebige Skripttopologie. |
DWRITE_PANOSE_SCRIPT_TOPOLOGY_NO_FIT Wert: 1 Nicht für die Skripttopologie geeignet. |
DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_DISCONNECTED Wert: 2 Die Skripttopologie ist nicht getrennt. |
DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_TRAILING Wert: 3 Die Skripttopologie ist römischer Nachlauf. |
DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_CONNECTED Wert: 4 Die Skripttopologie ist romangebunden. |
DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_DISCONNECTED Wert: 5 Die Skripttopologie ist cursive getrennt. |
DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_TRAILING Wert: 6 Die Skripttopologie ist eine kursive Nachfolge. |
DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_CONNECTED Wert: 7 Die Skripttopologie ist cursive verbunden. |
DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_DISCONNECTED Wert: 8 Die Skripttopologie ist nicht getrennt. |
DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_TRAILING Wert: 9 Die Skripttopologie ist nachgestellt. |
DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_CONNECTED Wert: 10 Die Skripttopologie ist mit schwarzen Buchstaben verbunden. |
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 8 und Plattformupdate für Windows 7 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2012 und Plattformupdate für Windows Server 2008 R2 [nur Desktop-Apps] |
Kopfzeile | dwrite_1.h |