DWRITE_PANOSE_SCRIPT_TOPOLOGY enumeration
The DWRITE_PANOSE_SCRIPT_TOPOLOGY enumeration contains values that specify the topology of letterforms.
Syntax
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
};
Constants
- DWRITE_PANOSE_SCRIPT_TOPOLOGY_ANY
-
Any script topology.
- DWRITE_PANOSE_SCRIPT_TOPOLOGY_NO_FIT
-
No fit for script topology.
- DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_DISCONNECTED
-
Script topology is roman disconnected.
- DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_TRAILING
-
Script topology is roman trailing.
- DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_CONNECTED
-
Script topology is roman connected.
- DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_DISCONNECTED
-
Script topology is cursive disconnected.
- DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_TRAILING
-
Script topology is cursive trailing.
- DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_CONNECTED
-
Script topology is cursive connected.
- DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_DISCONNECTED
-
Script topology is black-letter disconnected.
- DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_TRAILING
-
Script topology is black-letter trailing.
- DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_CONNECTED
-
Script topology is black-letter connected.
Requirements
|
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps only] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
See also