DWRITE_PANOSE_ASPECT enumeration (dwrite_1.h)

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_ANY
Value: 0
Any aspect.
DWRITE_PANOSE_ASPECT_NO_FIT
Value: 1
No fit for aspect.
DWRITE_PANOSE_ASPECT_SUPER_CONDENSED
Value: 2
Super condensed aspect.
DWRITE_PANOSE_ASPECT_VERY_CONDENSED
Value: 3
Very condensed aspect.
DWRITE_PANOSE_ASPECT_CONDENSED
Value: 4
Condensed aspect.
DWRITE_PANOSE_ASPECT_NORMAL
Value: 5
Normal aspect.
DWRITE_PANOSE_ASPECT_EXTENDED
Value: 6
Extended aspect.
DWRITE_PANOSE_ASPECT_VERY_EXTENDED
Value: 7
Very extended aspect.
DWRITE_PANOSE_ASPECT_SUPER_EXTENDED
Value: 8
Super extended aspect.
DWRITE_PANOSE_ASPECT_MONOSPACED
Value: 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

See also

DWRITE_PANOSE