DrawText
Category: Images and Rendering
Signature
DrawText(fontReference As Integer, x As Integer, y As Integer, text As String)
Returns
Void
Description
Queues text to be drawn using a loaded font atlas.
Example
DrawText(uiFont, 32, 32, "Hello, world!")