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