POINTFX

The POINTFX structure contains the coordinates of points that describe the outline of a character in a TrueType font.

typedef struct tagPOINTFX { // ptfx 
    FIXED x; 
    FIXED y; 
} POINTFX; 
 

Members

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.

Remarks

The POINTFX structure is a member of the TTPOLYCURVE and TTPOLYGONHEADER structures. Values in the POINTFX structure are specified in device units.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in wingdi.h.

See Also

Fonts and Text Overview, Font and Text Structures, FIXED, TTPOLYCURVE, TTPOLYGONHEADER