POINTFX structure (wingdi.h)
The POINTFX structure contains the coordinates of points that describe the outline of a character in a TrueType font.
C++
typedef struct tagPOINTFX {
FIXED x;
FIXED y;
} POINTFX, *LPPOINTFX;
x
The x-component of a point on the outline of a TrueType character.
y
The y-component of a point on the outline of a TrueType character.
The POINTFX structure is a member of the TTPOLYCURVE and TTPOLYGONHEADER structures. Values in the POINTFX structure are specified in device units.
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | wingdi.h (include Windows.h) |