DWRITE_PANOSE_LINING enumeration (dwrite_1.h)

The DWRITE_PANOSE_LINING enumeration contains values that specify the handling of the outline for the decorative typeface.

Syntax

typedef enum DWRITE_PANOSE_LINING {
  DWRITE_PANOSE_LINING_ANY = 0,
  DWRITE_PANOSE_LINING_NO_FIT = 1,
  DWRITE_PANOSE_LINING_NONE = 2,
  DWRITE_PANOSE_LINING_INLINE = 3,
  DWRITE_PANOSE_LINING_OUTLINE = 4,
  DWRITE_PANOSE_LINING_ENGRAVED = 5,
  DWRITE_PANOSE_LINING_SHADOW = 6,
  DWRITE_PANOSE_LINING_RELIEF = 7,
  DWRITE_PANOSE_LINING_BACKDROP = 8
} ;

Constants

 
DWRITE_PANOSE_LINING_ANY
Value: 0
Any lining.
DWRITE_PANOSE_LINING_NO_FIT
Value: 1
No fit for lining.
DWRITE_PANOSE_LINING_NONE
Value: 2
No lining.
DWRITE_PANOSE_LINING_INLINE
Value: 3
The lining is inline.
DWRITE_PANOSE_LINING_OUTLINE
Value: 4
The lining is outline.
DWRITE_PANOSE_LINING_ENGRAVED
Value: 5
The lining is engraved.
DWRITE_PANOSE_LINING_SHADOW
Value: 6
The lining is shadowed.
DWRITE_PANOSE_LINING_RELIEF
Value: 7
The lining is relief.
DWRITE_PANOSE_LINING_BACKDROP
Value: 8
The lining is backdrop.

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