struttura DWRITE_TYPOGRAPHIC_FEATURES (dwrite.h)
Contiene un set di funzionalità tipografiche da applicare durante la forma del testo.
Sintassi
struct DWRITE_TYPOGRAPHIC_FEATURES {
DWRITE_FONT_FEATURE *features;
UINT32 featureCount;
};
Members
features
Tipo: DWRITE_FONT_FEATURE*
Puntatore a una struttura che specifica le proprietà utilizzate per identificare ed eseguire caratteristiche tipografiche nel tipo di carattere.
featureCount
Tipo: UINT32
Valore che indica il numero di funzionalità applicate a un viso del tipo di carattere.
Requisiti
Client minimo supportato | Windows 7, Windows Vista con SP2 e Aggiornamento della piattaforma per Windows Vista [app desktop | App UWP] |
Server minimo supportato | Windows Server 2008 R2, Windows Server 2008 con SP2 e Platform Update per Windows Server 2008 [app desktop | App UWP] |
Intestazione | dwrite.h |