Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |