Estructura TTPOLYGONHEADER (wingdi.h)

La estructura TTPOLYGONHEADER especifica la posición inicial y el tipo de un contorno de caracteres TrueType.

Sintaxis

typedef struct tagTTPOLYGONHEADER {
  DWORD   cb;
  DWORD   dwType;
  POINTFX pfxStart;
} TTPOLYGONHEADER, *LPTTPOLYGONHEADER;

Miembros

cb

Número de bytes requeridos por la estructura TTPOLYGONHEADER y TTPOLYCURVE estructura o estructuras necesarias para describir el contorno del carácter.

dwType

Tipo de esquema de caracteres devuelto. Actualmente, este valor debe ser TT_POLYGON_TYPE.

pfxStart

Punto inicial del contorno del contorno del carácter.

Comentarios

Cada estructura TTPOLYGONHEADER va seguida de una o varias estructuras TTPOLYCURVE .

Requisitos

Requisito Value
Cliente mínimo compatible Windows 2000 Professional [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows 2000 Server [solo aplicaciones de escritorio]
Encabezado wingdi.h (incluye Windows.h)

Consulte también

Estructuras de fuente y texto

Información general sobre fuentes y texto

POINTFX

TTPOLYCURVE