GLYPHDATAINFO

typedef struct _GLYPHDATAINFO { /* gldi */

HANDLE gdihPolyPolygonData;

DWORD gdidwSizeBuffer;

MAT2 gdimatXForm;

} GLYPHDATAINFO;

The GLYPHDATAINFO structure contains the data describing a character and any transformation to apply to that character.

Members

gdihPolyPolygonData

Identifies a global data object containing the description of a character. This object should be allocated using the GMEM_MOVEABLE option.

gdidwSizeBuffer

Specifies the size (in bytes) of the data in the gdihPolyPolygonData buffer.

gdimatXForm

Specifies the transformation to apply to the character. This member is a MAT2 structure.

Comments

This structure is used by the GetGlyphOutline function.