typedef struct tagPOINTFX {
FIXED x;
FIXED y;
} POINTFX;
The POINTFX structure contains the coordinates of points that describe the outline of a character in a TrueType font. POINTFX is a member of the TTPOLYCURVE and TTPOLYGONHEADER structures.
x
Specifies the x-component of a point on the outline of a TrueType character.
y
Specifies the y-component of a point on the outline of a TrueType character.