GLYPHPOS

typedef struct _GLYPHPOS {

HGLYPH hg;

GLYPHDEF *pgdf;

POINTL *ptl;

} GLYPHPOS, *PGLYPHPOS;

The GLYPHPOS structure is passed to the driver when it calls STROBJ_bEnum. GDI passes a set of positions and glyph identities to the driver.

Members

hg

Identifies the glyph.

pgdf

Points to the glyph definition.

ptl

Specifies the point in device space where the character origin of the glyph should be placed. Note that if the driver had set GCAPS_HIGHRESTEXT in the flGraphicsCaps member of DEVINFO at enable time, the x and y coordinates should be interpreted as FIX point quantities; otherwise they should be interpreted as LONGs.

See Also

STROBJ, STROBJ_bEnum, STROBJ_vEnumStart