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_FORM enumeration contains values that specify the general look of the character face, with consideration of its slope and tails.
Syntax
typedef enum DWRITE_PANOSE_SCRIPT_FORM {
DWRITE_PANOSE_SCRIPT_FORM_ANY = 0,
DWRITE_PANOSE_SCRIPT_FORM_NO_FIT = 1,
DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_NO_WRAPPING = 2,
DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_SOME_WRAPPING = 3,
DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_MORE_WRAPPING = 4,
DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_EXTREME_WRAPPING = 5,
DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_NO_WRAPPING = 6,
DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_SOME_WRAPPING = 7,
DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_MORE_WRAPPING = 8,
DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_EXTREME_WRAPPING = 9,
DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_NO_WRAPPING = 10,
DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_SOME_WRAPPING = 11,
DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_MORE_WRAPPING = 12,
DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_EXTREME_WRAPPING = 13
} ;
Constants
DWRITE_PANOSE_SCRIPT_FORM_ANYValue: 0 Any script form. |
DWRITE_PANOSE_SCRIPT_FORM_NO_FITValue: 1 No fit for script form. |
DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_NO_WRAPPINGValue: 2 Script form is upright with no wrapping. |
DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_SOME_WRAPPINGValue: 3 Script form is upright with some wrapping. |
DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_MORE_WRAPPINGValue: 4 Script form is upright with more wrapping. |
DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_EXTREME_WRAPPINGValue: 5 Script form is upright with extreme wrapping. |
DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_NO_WRAPPINGValue: 6 Script form is oblique with no wrapping. |
DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_SOME_WRAPPINGValue: 7 Script form is oblique with some wrapping. |
DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_MORE_WRAPPINGValue: 8 Script form is oblique with more wrapping. |
DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_EXTREME_WRAPPINGValue: 9 Script form is oblique with extreme wrapping. |
DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_NO_WRAPPINGValue: 10 Script form is exaggerated with no wrapping. |
DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_SOME_WRAPPINGValue: 11 Script form is exaggerated with some wrapping. |
DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_MORE_WRAPPINGValue: 12 Script form is exaggerated with more wrapping. |
DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_EXTREME_WRAPPINGValue: 13 Script form is exaggerated with extreme wrapping. |
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 |