Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DWRITE_PANOSE_DECORATIVE_CLASS enumeration contains values that specify the general look of the character face.
Syntax
typedef enum DWRITE_PANOSE_DECORATIVE_CLASS {
DWRITE_PANOSE_DECORATIVE_CLASS_ANY = 0,
DWRITE_PANOSE_DECORATIVE_CLASS_NO_FIT = 1,
DWRITE_PANOSE_DECORATIVE_CLASS_DERIVATIVE = 2,
DWRITE_PANOSE_DECORATIVE_CLASS_NONSTANDARD_TOPOLOGY = 3,
DWRITE_PANOSE_DECORATIVE_CLASS_NONSTANDARD_ELEMENTS = 4,
DWRITE_PANOSE_DECORATIVE_CLASS_NONSTANDARD_ASPECT = 5,
DWRITE_PANOSE_DECORATIVE_CLASS_INITIALS = 6,
DWRITE_PANOSE_DECORATIVE_CLASS_CARTOON = 7,
DWRITE_PANOSE_DECORATIVE_CLASS_PICTURE_STEMS = 8,
DWRITE_PANOSE_DECORATIVE_CLASS_ORNAMENTED = 9,
DWRITE_PANOSE_DECORATIVE_CLASS_TEXT_AND_BACKGROUND = 10,
DWRITE_PANOSE_DECORATIVE_CLASS_COLLAGE = 11,
DWRITE_PANOSE_DECORATIVE_CLASS_MONTAGE = 12
} ;
Constants
DWRITE_PANOSE_DECORATIVE_CLASS_ANYValue: 0 Any class of decorative typeface. |
DWRITE_PANOSE_DECORATIVE_CLASS_NO_FITValue: 1 No fit for decorative typeface. |
DWRITE_PANOSE_DECORATIVE_CLASS_DERIVATIVEValue: 2 Derivative decorative typeface. |
DWRITE_PANOSE_DECORATIVE_CLASS_NONSTANDARD_TOPOLOGYValue: 3 Nonstandard topology decorative typeface. |
DWRITE_PANOSE_DECORATIVE_CLASS_NONSTANDARD_ELEMENTSValue: 4 Nonstandard elements decorative typeface. |
DWRITE_PANOSE_DECORATIVE_CLASS_NONSTANDARD_ASPECTValue: 5 Nonstandard aspect decorative typeface. |
DWRITE_PANOSE_DECORATIVE_CLASS_INITIALSValue: 6 Initials decorative typeface. |
DWRITE_PANOSE_DECORATIVE_CLASS_CARTOONValue: 7 Cartoon decorative typeface. |
DWRITE_PANOSE_DECORATIVE_CLASS_PICTURE_STEMSValue: 8 Picture stems decorative typeface. |
DWRITE_PANOSE_DECORATIVE_CLASS_ORNAMENTEDValue: 9 Ornamented decorative typeface. |
DWRITE_PANOSE_DECORATIVE_CLASS_TEXT_AND_BACKGROUNDValue: 10 Text and background decorative typeface. |
DWRITE_PANOSE_DECORATIVE_CLASS_COLLAGEValue: 11 Collage decorative typeface. |
DWRITE_PANOSE_DECORATIVE_CLASS_MONTAGEValue: 12 Montage decorative typeface. |
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 |