POINTFX structure (wingdi.h)

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)

See also

FIXED

Font and Text Structures

Fonts and Text Overview

TTPOLYCURVE

TTPOLYGONHEADER