GLYPHPOS structure (winddi.h)

The GLYPHPOS structure is used by GDI to provide a graphics driver with a glyph's description and position.

Syntax

typedef struct _GLYPHPOS {
  HGLYPH   hg;
  GLYPHDEF *pgdf;
  POINTL   ptl;
} GLYPHPOS, *PGLYPHPOS;

Members

hg

Handle to the glyph.

pgdf

Pointer to a GLYPHDEF union.

ptl

Specifies a POINTL structure that contains the coordinates of the point in device space where the character origin of the glyph should be placed.

Requirements

Requirement Value
Header winddi.h (include Winddi.h)

See also

DrvTextOut

GLYPHDEF

STROBJ

STROBJ_bEnum

STROBJ_vEnumStart