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_FILL enumeration contains values that specify the type of fill and line treatment.
Syntax
typedef enum DWRITE_PANOSE_FILL {
DWRITE_PANOSE_FILL_ANY = 0,
DWRITE_PANOSE_FILL_NO_FIT = 1,
DWRITE_PANOSE_FILL_STANDARD_SOLID_FILL = 2,
DWRITE_PANOSE_FILL_NO_FILL = 3,
DWRITE_PANOSE_FILL_PATTERNED_FILL = 4,
DWRITE_PANOSE_FILL_COMPLEX_FILL = 5,
DWRITE_PANOSE_FILL_SHAPED_FILL = 6,
DWRITE_PANOSE_FILL_DRAWN_DISTRESSED = 7
} ;
Constants
DWRITE_PANOSE_FILL_ANYValue: 0 Any fill. |
DWRITE_PANOSE_FILL_NO_FITValue: 1 No fit for fill. |
DWRITE_PANOSE_FILL_STANDARD_SOLID_FILLValue: 2 The fill is the standard solid fill. |
DWRITE_PANOSE_FILL_NO_FILLValue: 3 No fill. |
DWRITE_PANOSE_FILL_PATTERNED_FILLValue: 4 The fill is patterned fill. |
DWRITE_PANOSE_FILL_COMPLEX_FILLValue: 5 The fill is complex fill. |
DWRITE_PANOSE_FILL_SHAPED_FILLValue: 6 The fill is shaped fill. |
DWRITE_PANOSE_FILL_DRAWN_DISTRESSEDValue: 7 The fill is drawn distressed. |
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 |