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_SERIF_STYLE enumeration contains values that specify the appearance of the serif text.
Syntax
typedef enum DWRITE_PANOSE_SERIF_STYLE {
DWRITE_PANOSE_SERIF_STYLE_ANY = 0,
DWRITE_PANOSE_SERIF_STYLE_NO_FIT = 1,
DWRITE_PANOSE_SERIF_STYLE_COVE = 2,
DWRITE_PANOSE_SERIF_STYLE_OBTUSE_COVE = 3,
DWRITE_PANOSE_SERIF_STYLE_SQUARE_COVE = 4,
DWRITE_PANOSE_SERIF_STYLE_OBTUSE_SQUARE_COVE = 5,
DWRITE_PANOSE_SERIF_STYLE_SQUARE = 6,
DWRITE_PANOSE_SERIF_STYLE_THIN = 7,
DWRITE_PANOSE_SERIF_STYLE_OVAL = 8,
DWRITE_PANOSE_SERIF_STYLE_EXAGGERATED = 9,
DWRITE_PANOSE_SERIF_STYLE_TRIANGLE = 10,
DWRITE_PANOSE_SERIF_STYLE_NORMAL_SANS = 11,
DWRITE_PANOSE_SERIF_STYLE_OBTUSE_SANS = 12,
DWRITE_PANOSE_SERIF_STYLE_PERPENDICULAR_SANS = 13,
DWRITE_PANOSE_SERIF_STYLE_FLARED = 14,
DWRITE_PANOSE_SERIF_STYLE_ROUNDED = 15,
DWRITE_PANOSE_SERIF_STYLE_SCRIPT = 16,
DWRITE_PANOSE_SERIF_STYLE_PERP_SANS,
DWRITE_PANOSE_SERIF_STYLE_BONE
} ;
Constants
DWRITE_PANOSE_SERIF_STYLE_ANYValue: 0 Any appearance of the serif text. |
DWRITE_PANOSE_SERIF_STYLE_NO_FITValue: 1 No fit appearance of the serif text. |
DWRITE_PANOSE_SERIF_STYLE_COVEValue: 2 Cove appearance of the serif text. |
DWRITE_PANOSE_SERIF_STYLE_OBTUSE_COVEValue: 3 Obtuse cove appearance of the serif text. |
DWRITE_PANOSE_SERIF_STYLE_SQUARE_COVEValue: 4 Square cove appearance of the serif text. |
DWRITE_PANOSE_SERIF_STYLE_OBTUSE_SQUARE_COVEValue: 5 Obtuse square cove appearance of the serif text. |
DWRITE_PANOSE_SERIF_STYLE_SQUAREValue: 6 Square appearance of the serif text. |
DWRITE_PANOSE_SERIF_STYLE_THINValue: 7 Thin appearance of the serif text. |
DWRITE_PANOSE_SERIF_STYLE_OVALValue: 8 Oval appearance of the serif text. |
DWRITE_PANOSE_SERIF_STYLE_EXAGGERATEDValue: 9 Exaggerated appearance of the serif text. |
DWRITE_PANOSE_SERIF_STYLE_TRIANGLEValue: 10 Triangle appearance of the serif text. |
DWRITE_PANOSE_SERIF_STYLE_NORMAL_SANSValue: 11 Normal sans appearance of the serif text. |
DWRITE_PANOSE_SERIF_STYLE_OBTUSE_SANSValue: 12 Obtuse sans appearance of the serif text. |
DWRITE_PANOSE_SERIF_STYLE_PERPENDICULAR_SANSValue: 13 Perpendicular sans appearance of the serif text. |
DWRITE_PANOSE_SERIF_STYLE_FLAREDValue: 14 Flared appearance of the serif text. |
DWRITE_PANOSE_SERIF_STYLE_ROUNDEDValue: 15 Rounded appearance of the serif text. |
DWRITE_PANOSE_SERIF_STYLE_SCRIPTValue: 16 Script appearance of the serif text. |
DWRITE_PANOSE_SERIF_STYLE_PERP_SANSPerpendicular sans appearance of the serif text. |
DWRITE_PANOSE_SERIF_STYLE_BONEOval appearance of the serif text. |
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 |