Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The POINTFX structure contains the coordinates of points that describe the outline of a character in a TrueType font.
Syntax
typedef struct tagPOINTFX {
FIXED x;
FIXED y;
} POINTFX, *LPPOINTFX;
Members
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.
Remarks
The POINTFX structure is a member of the TTPOLYCURVE and TTPOLYGONHEADER structures. Values in the POINTFX structure are specified in device units.
Requirements
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) |