DWRITE_PANOSE_SPACING enumeration (dwrite_1.h)
The DWRITE_PANOSE_SPACING enumeration contains values that specify character spacing (monospace versus proportional).
Syntax
typedef enum DWRITE_PANOSE_SPACING {
DWRITE_PANOSE_SPACING_ANY = 0,
DWRITE_PANOSE_SPACING_NO_FIT = 1,
DWRITE_PANOSE_SPACING_PROPORTIONAL_SPACED = 2,
DWRITE_PANOSE_SPACING_MONOSPACED = 3
} ;
Constants
DWRITE_PANOSE_SPACING_ANY Value: 0 Any spacing. |
DWRITE_PANOSE_SPACING_NO_FIT Value: 1 No fit for spacing. |
DWRITE_PANOSE_SPACING_PROPORTIONAL_SPACED Value: 2 Spacing is proportional. |
DWRITE_PANOSE_SPACING_MONOSPACED Value: 3 Spacing is monospace. |
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 |