Bilješka
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati da se prijavite ili promijenite direktorije.
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati promijeniti direktorije.
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) |