Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DWRITE_PANOSE_ASPECT_RATIO enumeration contains values that specify info about the ratio between width and height of the character face.
Syntax
typedef enum DWRITE_PANOSE_ASPECT_RATIO {
DWRITE_PANOSE_ASPECT_RATIO_ANY = 0,
DWRITE_PANOSE_ASPECT_RATIO_NO_FIT = 1,
DWRITE_PANOSE_ASPECT_RATIO_VERY_CONDENSED = 2,
DWRITE_PANOSE_ASPECT_RATIO_CONDENSED = 3,
DWRITE_PANOSE_ASPECT_RATIO_NORMAL = 4,
DWRITE_PANOSE_ASPECT_RATIO_EXPANDED = 5,
DWRITE_PANOSE_ASPECT_RATIO_VERY_EXPANDED = 6
} ;
Constants
DWRITE_PANOSE_ASPECT_RATIO_ANYValue: 0 Any aspect ratio. |
DWRITE_PANOSE_ASPECT_RATIO_NO_FITValue: 1 No fit for aspect ratio. |
DWRITE_PANOSE_ASPECT_RATIO_VERY_CONDENSEDValue: 2 Very condensed aspect ratio. |
DWRITE_PANOSE_ASPECT_RATIO_CONDENSEDValue: 3 Condensed aspect ratio. |
DWRITE_PANOSE_ASPECT_RATIO_NORMALValue: 4 Normal aspect ratio. |
DWRITE_PANOSE_ASPECT_RATIO_EXPANDEDValue: 5 Expanded aspect ratio. |
DWRITE_PANOSE_ASPECT_RATIO_VERY_EXPANDEDValue: 6 Very expanded aspect ratio. |
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 |