Category: Images and Rendering
Back to System Functions
LoadFont(fontPath As String, fontSize As Integer)
Integer
Loads a font file and returns a font handle that can be used with DrawText.
uiFont = LoadFont("fonts/ui.ttf", 24)