Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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_ANYValue: 0 Any lining. |
DWRITE_PANOSE_LINING_NO_FITValue: 1 No fit for lining. |
DWRITE_PANOSE_LINING_NONEValue: 2 No lining. |
DWRITE_PANOSE_LINING_INLINEValue: 3 The lining is inline. |
DWRITE_PANOSE_LINING_OUTLINEValue: 4 The lining is outline. |
DWRITE_PANOSE_LINING_ENGRAVEDValue: 5 The lining is engraved. |
DWRITE_PANOSE_LINING_SHADOWValue: 6 The lining is shadowed. |
DWRITE_PANOSE_LINING_RELIEFValue: 7 The lining is relief. |
DWRITE_PANOSE_LINING_BACKDROPValue: 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 |