DWRITE_PANOSE_PROPORTION enumeration
The DWRITE_PANOSE_PROPORTION enumeration contains values that specify the proportion of the glyph shape by considering additional detail to standard characters.
Syntax
enum DWRITE_PANOSE_PROPORTION {
DWRITE_PANOSE_PROPORTION_ANY = 0,
DWRITE_PANOSE_PROPORTION_NO_FIT = 1,
DWRITE_PANOSE_PROPORTION_OLD_STYLE = 2,
DWRITE_PANOSE_PROPORTION_MODERN = 3,
DWRITE_PANOSE_PROPORTION_EVEN_WIDTH = 4,
DWRITE_PANOSE_PROPORTION_EXPANDED = 5,
DWRITE_PANOSE_PROPORTION_CONDENSED = 6,
DWRITE_PANOSE_PROPORTION_VERY_EXPANDED = 7,
DWRITE_PANOSE_PROPORTION_VERY_CONDENSED = 8,
DWRITE_PANOSE_PROPORTION_MONOSPACED = 9
};
Constants
- DWRITE_PANOSE_PROPORTION_ANY
-
Any proportion for the text.
- DWRITE_PANOSE_PROPORTION_NO_FIT
-
No fit proportion for the text.
- DWRITE_PANOSE_PROPORTION_OLD_STYLE
-
Old style proportion for the text.
- DWRITE_PANOSE_PROPORTION_MODERN
-
Modern proportion for the text.
- DWRITE_PANOSE_PROPORTION_EVEN_WIDTH
-
Extra width proportion for the text.
- DWRITE_PANOSE_PROPORTION_EXPANDED
-
Expanded proportion for the text.
- DWRITE_PANOSE_PROPORTION_CONDENSED
-
Condensed proportion for the text.
- DWRITE_PANOSE_PROPORTION_VERY_EXPANDED
-
Very expanded proportion for the text.
- DWRITE_PANOSE_PROPORTION_VERY_CONDENSED
-
Very condensed proportion for the text.
- DWRITE_PANOSE_PROPORTION_MONOSPACED
-
Monospaced proportion for the text.
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