Namespaces | |
namespace | fltk |
Functions | |
fltk/gl.h | |
void | fltk::gldrawimage (const uchar *, int x, int y, int w, int h, int d=3, int ld=0) |
void | fltk::gldrawtext (const char *, int n, float x, float y, float z=0) |
void | fltk::gldrawtext (const char *, float x, float y, float z=0) |
void | fltk::gldrawtext (const char *, int n) |
void | fltk::gldrawtext (const char *) |
void | fltk::glfillrect (int x, int y, int w, int h) |
void | fltk::glfinish () |
float | fltk::glgetascent () |
float | fltk::glgetdescent () |
float | fltk::glgetwidth (const char *, int n) |
float | fltk::glgetwidth (const char *) |
void | fltk::glsetcolor (Color) |
void | fltk::glsetfont (Font *f, float size) |
void | fltk::glstart () |
void | fltk::glstrokerect (int x, int y, int w, int h) |