enumerazione DWRITE_PANOSE_LINING (dwrite_1.h)
L'enumerazione DWRITE_PANOSE_LINING contiene valori che specificano la gestione della struttura per il carattere tipografico decorativo.
Sintassi
typedef enum DWRITE_PANOSE_LINING {
DWRITE_PANOSE_LINING_ANY = 0,
DWRITE_PANOSE_LINING_NO_FIT = 1,
DWRITE_PANOSE_LINING_NONE = 2,
DWRITE_PANOSE_LINING_INLINE = 3,
DWRITE_PANOSE_LINING_OUTLINE = 4,
DWRITE_PANOSE_LINING_ENGRAVED = 5,
DWRITE_PANOSE_LINING_SHADOW = 6,
DWRITE_PANOSE_LINING_RELIEF = 7,
DWRITE_PANOSE_LINING_BACKDROP = 8
} ;
Costanti
DWRITE_PANOSE_LINING_ANY Valore: 0 Qualsiasi rivestimento. |
DWRITE_PANOSE_LINING_NO_FIT Valore: 1 Nessuna misura per il rivestimento. |
DWRITE_PANOSE_LINING_NONE Valore: 2 Nessun rivestimento. |
DWRITE_PANOSE_LINING_INLINE Valore: 3 Il rivestimento è in linea. |
DWRITE_PANOSE_LINING_OUTLINE Valore: 4 Il rivestimento è contorno. |
DWRITE_PANOSE_LINING_ENGRAVED Valore: 5 Il rivestimento è inciso. |
DWRITE_PANOSE_LINING_SHADOW Valore: 6 Il rivestimento è ombreggiato. |
DWRITE_PANOSE_LINING_RELIEF Valore: 7 Il rivestimento è di rilievo. |
DWRITE_PANOSE_LINING_BACKDROP Valore: 8 Il rivestimento è sfondo. |
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 |