DWRITE_PANOSE_FILL enumeration
The DWRITE_PANOSE_FILL enumeration contains values that specify the type of fill and line treatment.
Syntax
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_ANY
-
Any fill.
- DWRITE_PANOSE_FILL_NO_FIT
-
No fit for fill.
- DWRITE_PANOSE_FILL_STANDARD_SOLID_FILL
-
The fill is the standard solid fill.
- DWRITE_PANOSE_FILL_NO_FILL
-
No fill.
- DWRITE_PANOSE_FILL_PATTERNED_FILL
-
The fill is patterned fill.
- DWRITE_PANOSE_FILL_COMPLEX_FILL
-
The fill is complex fill.
- DWRITE_PANOSE_FILL_SHAPED_FILL
-
The fill is shaped fill.
- DWRITE_PANOSE_FILL_DRAWN_DISTRESSED
-
The fill is drawn distressed.
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