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