Files
third_party_mesa3d/progs/xdemos/xuserotfont.h
Brian Paul b4b35bcc42 New glXUseRotatedXFontMESA() function. Like glXUseXFont(), but takes
a rotation parameter (either 0, 90, 180 or 270 degrees).
Also, a demo program.
2004-01-24 16:50:35 +00:00

13 lines
198 B
C

#ifndef XUSEROTFONT_H
#define XUSEROTFONT_H
#include <X11/Xlib.h>
extern void
glXUseRotatedXFontMESA(Font font, int first, int count, int listbase,
int rotation);
#endif