Function ActiveFont()

Returns the current font that will be used with DrawText

test_font = LoadFont("test_font.ttf"12) 
SetFont(test_font) 
If ActiveFont() = test_font Then 
Print "Test Font is active" 
End If 


Related: LoadFont SetFont DrawText