DWRITE_PANOSE_FILL enumeration (dwrite_1.h)

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_ANY
Value: 0
Any fill.
DWRITE_PANOSE_FILL_NO_FIT
Value: 1
No fit for fill.
DWRITE_PANOSE_FILL_STANDARD_SOLID_FILL
Value: 2
The fill is the standard solid fill.
DWRITE_PANOSE_FILL_NO_FILL
Value: 3
No fill.
DWRITE_PANOSE_FILL_PATTERNED_FILL
Value: 4
The fill is patterned fill.
DWRITE_PANOSE_FILL_COMPLEX_FILL
Value: 5
The fill is complex fill.
DWRITE_PANOSE_FILL_SHAPED_FILL
Value: 6
The fill is shaped fill.
DWRITE_PANOSE_FILL_DRAWN_DISTRESSED
Value: 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

See also

DWRITE_PANOSE