The TTPOLYGONHEADER structure specifies the starting position and type of a contour in a TrueType character outline.
typedef struct _TTPOLYGONHEADER { // ttph
DWORD cb;
DWORD dwType;
POINTFX pfxStart;
} TTPOLYGONHEADER, FAR* LPTTPOLYGONHEADER;
Each TTPOLYGONHEADER structure is followed by one or more TTPOLYCURVE structures.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in wingdi.h.
Fonts and Text Overview, Font and Text Structures, POINTFX, TTPOLYCURVE