DWRITE_PANOSE_SERIF_STYLE enumeration
The DWRITE_PANOSE_SERIF_STYLE enumeration contains values that specify the appearance of the serif text.
Syntax
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_PERPENDICULAR_SANS,
DWRITE_PANOSE_SERIF_STYLE_BONE = DWRITE_PANOSE_SERIF_STYLE_OVAL
};
Constants
- DWRITE_PANOSE_SERIF_STYLE_ANY
-
Any appearance of the serif text.
- DWRITE_PANOSE_SERIF_STYLE_NO_FIT
-
No fit appearance of the serif text.
- DWRITE_PANOSE_SERIF_STYLE_COVE
-
Cove appearance of the serif text.
- DWRITE_PANOSE_SERIF_STYLE_OBTUSE_COVE
-
Obtuse cove appearance of the serif text.
- DWRITE_PANOSE_SERIF_STYLE_SQUARE_COVE
-
Square cove appearance of the serif text.
- DWRITE_PANOSE_SERIF_STYLE_OBTUSE_SQUARE_COVE
-
Obtuse square cove appearance of the serif text.
- DWRITE_PANOSE_SERIF_STYLE_SQUARE
-
Square appearance of the serif text.
- DWRITE_PANOSE_SERIF_STYLE_THIN
-
Thin appearance of the serif text.
- DWRITE_PANOSE_SERIF_STYLE_OVAL
-
Oval appearance of the serif text.
- DWRITE_PANOSE_SERIF_STYLE_EXAGGERATED
-
Exaggerated appearance of the serif text.
- DWRITE_PANOSE_SERIF_STYLE_TRIANGLE
-
Triangle appearance of the serif text.
- DWRITE_PANOSE_SERIF_STYLE_NORMAL_SANS
-
Normal sans appearance of the serif text.
- DWRITE_PANOSE_SERIF_STYLE_OBTUSE_SANS
-
Obtuse sans appearance of the serif text.
- DWRITE_PANOSE_SERIF_STYLE_PERPENDICULAR_SANS
-
Perpendicular sans appearance of the serif text.
- DWRITE_PANOSE_SERIF_STYLE_FLARED
-
Flared appearance of the serif text.
- DWRITE_PANOSE_SERIF_STYLE_ROUNDED
-
Rounded appearance of the serif text.
- DWRITE_PANOSE_SERIF_STYLE_SCRIPT
-
Script appearance of the serif text.
- DWRITE_PANOSE_SERIF_STYLE_PERP_SANS
-
Perpendicular sans appearance of the serif text.
- DWRITE_PANOSE_SERIF_STYLE_BONE
-
Oval appearance of the serif text.
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