Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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) |