DWRITE_PANOSE_FAMILY enumeration
The DWRITE_PANOSE_FAMILY enumeration contains values that specify the kind of typeface classification.
Syntax
enum DWRITE_PANOSE_FAMILY {
DWRITE_PANOSE_FAMILY_ANY = 0,
DWRITE_PANOSE_FAMILY_NO_FIT = 1,
DWRITE_PANOSE_FAMILY_TEXT_DISPLAY = 2,
DWRITE_PANOSE_FAMILY_SCRIPT = 3,
DWRITE_PANOSE_FAMILY_DECORATIVE = 4,
DWRITE_PANOSE_FAMILY_SYMBOL = 5,
DWRITE_PANOSE_FAMILY_PICTORIAL = DWRITE_PANOSE_FAMILY_SYMBOL
};
Constants
- DWRITE_PANOSE_FAMILY_ANY
-
Any typeface classification.
- DWRITE_PANOSE_FAMILY_NO_FIT
-
No fit typeface classification.
- DWRITE_PANOSE_FAMILY_TEXT_DISPLAY
-
Text display typeface classification.
- DWRITE_PANOSE_FAMILY_SCRIPT
-
Script (or hand written) typeface classification.
- DWRITE_PANOSE_FAMILY_DECORATIVE
-
Decorative typeface classification.
- DWRITE_PANOSE_FAMILY_SYMBOL
-
Symbol typeface classification.
- DWRITE_PANOSE_FAMILY_PICTORIAL
-
Pictorial (or symbol) typeface classification.
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