Condividi tramite


enumerazione DWRITE_PANOSE_XHEIGHT (dwrite_1.h)

L'enumerazione DWRITE_PANOSE_XHEIGHT contiene valori che specificano informazioni sulle dimensioni relative delle lettere minuscole e sul trattamento dei segni diacritici (xheight).

Sintassi

typedef enum DWRITE_PANOSE_XHEIGHT {
  DWRITE_PANOSE_XHEIGHT_ANY = 0,
  DWRITE_PANOSE_XHEIGHT_NO_FIT = 1,
  DWRITE_PANOSE_XHEIGHT_CONSTANT_SMALL = 2,
  DWRITE_PANOSE_XHEIGHT_CONSTANT_STANDARD = 3,
  DWRITE_PANOSE_XHEIGHT_CONSTANT_LARGE = 4,
  DWRITE_PANOSE_XHEIGHT_DUCKING_SMALL = 5,
  DWRITE_PANOSE_XHEIGHT_DUCKING_STANDARD = 6,
  DWRITE_PANOSE_XHEIGHT_DUCKING_LARGE = 7,
  DWRITE_PANOSE_XHEIGHT_CONSTANT_STD,
  DWRITE_PANOSE_XHEIGHT_DUCKING_STD
} ;

Costanti

 
DWRITE_PANOSE_XHEIGHT_ANY
Valore: 0
Qualsiasi xheight.
DWRITE_PANOSE_XHEIGHT_NO_FIT
Valore: 1
Nessuna forma xheight.
DWRITE_PANOSE_XHEIGHT_CONSTANT_SMALL
Valore: 2
Costante piccola xheight.
DWRITE_PANOSE_XHEIGHT_CONSTANT_STANDARD
Valore: 3
Costante standard xheight.
DWRITE_PANOSE_XHEIGHT_CONSTANT_LARGE
Valore: 4
Costante xheight grande.
DWRITE_PANOSE_XHEIGHT_DUCKING_SMALL
Valore: 5
Anatra piccola xheight.
DWRITE_PANOSE_XHEIGHT_DUCKING_STANDARD
Valore: 6
Anatratura standard xheight.
DWRITE_PANOSE_XHEIGHT_DUCKING_LARGE
Valore: 7
Anatratura grande xheight.
DWRITE_PANOSE_XHEIGHT_CONSTANT_STD
Costante standard xheight.
DWRITE_PANOSE_XHEIGHT_DUCKING_STD
Anatratura standard xheight.

Requisiti

   
Client minimo supportato Windows 8 e Platform Update per Windows 7 [solo app desktop]
Server minimo supportato Windows Server 2012 e Aggiornamento della piattaforma per Windows Server 2008 R2 [solo app desktop]
Intestazione dwrite_1.h

Vedi anche

DWRITE_PANOSE