lib/libvgl/text.c
134
VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width), y,
lib/libvgl/text.c
138
VGLBitmapPutChar(Object, x, y-(pos*VGLTextFont->Width),
lib/libvgl/text.c
142
VGLBitmapPutChar(Object, x-(pos*VGLTextFont->Width), y,
lib/libvgl/text.c
146
VGLBitmapPutChar(Object, x, y+(pos*VGLTextFont->Width),
lib/libvgl/text.c
150
VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width),
lib/libvgl/vgl.h
158
void VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, u_long fgcol, u_long bgcol, int fill, int dir);