123456789101112131415161718192021222324252627282930313233343536373839 |
- .. _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.<br>
- <br>
- The font used is an internal fixed point 8x16 font.<br>
- <br>
- This function is intended for debugging purposes only - performance is unlikely to be stellar.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|