DWRITE_PANOSE_LINING enumeration
The DWRITE_PANOSE_LINING enumeration contains values that specify the handling of the outline for the decorative typeface.
Syntax
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
-
Any lining.
- DWRITE_PANOSE_LINING_NO_FIT
-
No fit for lining.
- DWRITE_PANOSE_LINING_NONE
-
No lining.
- DWRITE_PANOSE_LINING_INLINE
-
The lining is inline.
- DWRITE_PANOSE_LINING_OUTLINE
-
The lining is outline.
- DWRITE_PANOSE_LINING_ENGRAVED
-
The lining is engraved.
- DWRITE_PANOSE_LINING_SHADOW
-
The lining is shadowed.
- DWRITE_PANOSE_LINING_RELIEF
-
The lining is relief.
- DWRITE_PANOSE_LINING_BACKDROP
-
The lining is backdrop.
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