func_graphics_gldrawtext.rst 535 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .. _func_graphics_gldrawtext:
  2. ==========
  3. GLDrawText
  4. ==========
  5. GLDrawText -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. GLDrawText( text$,x,y )
  10. Helper function to output some simple 8x16 font text
  11. Draws text relative to top-left of current viewport.<br>
  12. <br>
  13. The font used is an internal fixed point 8x16 font.<br>
  14. <br>
  15. This function is intended for debugging purposes only - performance is unlikely to be stellar.
  16. Parameters
  17. ==========
  18. Return Values
  19. =============
  20. Nothing.
  21. Examples
  22. ========
  23. See Also
  24. ========