Is there an error condition if (Text->)LoadFont fails?
for example if a font fails to load does it return 0 instead of a valid handle?
for example if a font fails to load does it return 0 instead of a valid handle?
Graphics 800,600 testfont = LoadFont( "k3camcv72kk9l", 16, True, True ) SetFont testfont Print "Press a key to exit." WaitKey FreeFont testfont RuntimeError testfont