This topic has not yet been rated - Rate this topic

POINTFX structure

Applies to: desktop apps only

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

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Wingdi.h (include Windows.h)

See also

Fonts and Text Overview
Font and Text Structures
FIXED
TTPOLYCURVE
TTPOLYGONHEADER

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ