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 enumeration contains values that specify the ratio between the width and height of the character face.
Syntax
typedef enum DWRITE_PANOSE_ASPECT {
  DWRITE_PANOSE_ASPECT_ANY = 0,
  DWRITE_PANOSE_ASPECT_NO_FIT = 1,
  DWRITE_PANOSE_ASPECT_SUPER_CONDENSED = 2,
  DWRITE_PANOSE_ASPECT_VERY_CONDENSED = 3,
  DWRITE_PANOSE_ASPECT_CONDENSED = 4,
  DWRITE_PANOSE_ASPECT_NORMAL = 5,
  DWRITE_PANOSE_ASPECT_EXTENDED = 6,
  DWRITE_PANOSE_ASPECT_VERY_EXTENDED = 7,
  DWRITE_PANOSE_ASPECT_SUPER_EXTENDED = 8,
  DWRITE_PANOSE_ASPECT_MONOSPACED = 9
} ;
Constants
DWRITE_PANOSE_ASPECT_ANYValue: 0 Any aspect.  | 
DWRITE_PANOSE_ASPECT_NO_FITValue: 1 No fit for aspect.  | 
DWRITE_PANOSE_ASPECT_SUPER_CONDENSEDValue: 2 Super condensed aspect.  | 
DWRITE_PANOSE_ASPECT_VERY_CONDENSEDValue: 3 Very condensed aspect.  | 
DWRITE_PANOSE_ASPECT_CONDENSEDValue: 4 Condensed aspect.  | 
DWRITE_PANOSE_ASPECT_NORMALValue: 5 Normal aspect.  | 
DWRITE_PANOSE_ASPECT_EXTENDEDValue: 6 Extended aspect.  | 
DWRITE_PANOSE_ASPECT_VERY_EXTENDEDValue: 7 Very extended aspect.  | 
DWRITE_PANOSE_ASPECT_SUPER_EXTENDEDValue: 8 Super extended aspect.  | 
DWRITE_PANOSE_ASPECT_MONOSPACEDValue: 9 Monospace aspect.  | 
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 |