Struttura POINTFX (wingdi.h)
La struttura POINTFX contiene le coordinate dei punti che descrivono la struttura di un carattere in un carattere TrueType.
Sintassi
typedef struct tagPOINTFX {
FIXED x;
FIXED y;
} POINTFX, *LPPOINTFX;
Members
x
Componente x di un punto sulla struttura di un carattere TrueType.
y
Componente y di un punto sulla struttura di un carattere TrueType.
Commenti
La struttura POINTFX è un membro delle strutture TTPOLYCURVE e TTPOLYGONHEADER . I valori nella struttura POINTFX vengono specificati nelle unità dispositivo.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 2000 Professional [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Intestazione | wingdi.h (include Windows.h) |