Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
The DWRITE_PANOSE_SCRIPT_TOPOLOGY enumeration contains values that specify the topology of letterforms.
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
} ;
Constants
DWRITE_PANOSE_SCRIPT_TOPOLOGY_ANYValue: 0 Any script topology. |
DWRITE_PANOSE_SCRIPT_TOPOLOGY_NO_FITValue: 1 No fit for script topology. |
DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_DISCONNECTEDValue: 2 Script topology is roman disconnected. |
DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_TRAILINGValue: 3 Script topology is roman trailing. |
DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_CONNECTEDValue: 4 Script topology is roman connected. |
DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_DISCONNECTEDValue: 5 Script topology is cursive disconnected. |
DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_TRAILINGValue: 6 Script topology is cursive trailing. |
DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_CONNECTEDValue: 7 Script topology is cursive connected. |
DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_DISCONNECTEDValue: 8 Script topology is black-letter disconnected. |
DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_TRAILINGValue: 9 Script topology is black-letter trailing. |
DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_CONNECTEDValue: 10 Script topology is black-letter connected. |
Requirements
| Requirement | Value |
|---|---|
| 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] |
| Header | dwrite_1.h |