Condividi tramite


RASTERIZER_STATUS struttura (wingdi.h)

La struttura RASTERIZER_STATUS contiene informazioni sull'installazione di TrueType. Questa struttura viene riempita quando un'applicazione chiama la funzione GetRasterizerCaps .

Sintassi

typedef struct _RASTERIZER_STATUS {
  short nSize;
  short wFlags;
  short nLanguageID;
} RASTERIZER_STATUS, *LPRASTERIZER_STATUS;

Members

nSize

Dimensioni, in byte, della struttura RASTERIZER_STATUS .

wFlags

Specifica se è installato almeno un tipo di carattere TrueType e se TrueType è abilitato. Questo valore è TT_AVAILABLE, TT_ENABLED o entrambi se TrueType è nel sistema.

nLanguageID

Lingua nel file Setup.inf del sistema.

Requisiti

   
Client minimo supportato Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows 2000 Server [solo app desktop]
Intestazione wingdi.h (include Windows.h)

Vedi anche

Strutture carattere e testo

Panoramica dei tipi di carattere e del testo

GetRasterizerCaps