DWRITE_PANOSE_SCRIPT_FORM enumeration
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
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_ANY
-
Any script form.
- DWRITE_PANOSE_SCRIPT_FORM_NO_FIT
-
No fit for script form.
- DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_NO_WRAPPING
-
Script form is upright with no wrapping.
- DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_SOME_WRAPPING
-
Script form is upright with some wrapping.
- DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_MORE_WRAPPING
-
Script form is upright with more wrapping.
- DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_EXTREME_WRAPPING
-
Script form is upright with extreme wrapping.
- DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_NO_WRAPPING
-
Script form is oblique with no wrapping.
- DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_SOME_WRAPPING
-
Script form is oblique with some wrapping.
- DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_MORE_WRAPPING
-
Script form is oblique with more wrapping.
- DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_EXTREME_WRAPPING
-
Script form is oblique with extreme wrapping.
- DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_NO_WRAPPING
-
Script form is exaggerated with no wrapping.
- DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_SOME_WRAPPING
-
Script form is exaggerated with some wrapping.
- DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_MORE_WRAPPING
-
Script form is exaggerated with more wrapping.
- DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_EXTREME_WRAPPING
-
Script form is exaggerated with extreme wrapping.
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