.. _func_graphics_gldrawtext: ========== GLDrawText ========== GLDrawText - Description =========== .. code-block:: blitzmax GLDrawText( text$,x,y ) Helper function to output some simple 8x16 font text Draws text relative to top-left of current viewport.

The font used is an internal fixed point 8x16 font.

This function is intended for debugging purposes only - performance is unlikely to be stellar. Parameters ========== Return Values ============= Nothing. Examples ======== See Also ========