Condividi tramite


enumerazione DWRITE_PANOSE_PROPORTION (dwrite_1.h)

L'enumerazione DWRITE_PANOSE_PROPORTION contiene valori che specificano la proporzione della forma glifo considerando dettagli aggiuntivi ai caratteri standard.

Sintassi

typedef 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
} ;

Costanti

 
DWRITE_PANOSE_PROPORTION_ANY
Valore: 0
Qualsiasi proporzione per il testo.
DWRITE_PANOSE_PROPORTION_NO_FIT
Valore: 1
Nessuna proporzione adatta al testo.
DWRITE_PANOSE_PROPORTION_OLD_STYLE
Valore: 2
Percentuale di stile precedente per il testo.
DWRITE_PANOSE_PROPORTION_MODERN
Valore: 3
Percentuale moderna per il testo.
DWRITE_PANOSE_PROPORTION_EVEN_WIDTH
Valore: 4
Percentuale di larghezza aggiuntiva per il testo.
DWRITE_PANOSE_PROPORTION_EXPANDED
Valore: 5
Proporzioni espanse per il testo.
DWRITE_PANOSE_PROPORTION_CONDENSED
Valore: 6
Proporzione condensata per il testo.
DWRITE_PANOSE_PROPORTION_VERY_EXPANDED
Valore: 7
Proporzioni molto espanse per il testo.
DWRITE_PANOSE_PROPORTION_VERY_CONDENSED
Valore: 8
Proporzione molto condensata per il testo.
DWRITE_PANOSE_PROPORTION_MONOSPACED
Valore: 9
Proporzione monospaced per il testo.

Requisiti

Requisito Valore
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