◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_GPIPRIMITIVES typedef struct _GRADIENTL { /* gradl */ LONG x; LONG y; } GRADIENTL; The GRADIENTL structure specifies the endpoint of a special angle vector. The baseline of a character drawn with a GPI text-output function is aligned with this vector. Field Description ──────────────────────────────────────────────────────────────────────────── x Specifies the x-coordinate of the endpoint of the angle vector. y Specifies the y-coordinate of the endpoint of the angle vector. Comments The angle vector is drawn from the origin of a Cartesian coordinate system to the endpoint specified by the x and y fields. See Also GpiQueryCharAngle, GpiSetCharAngle ♦