Anyone have any joy using fonts on a Mac? This is based on some sample code that SkidRacer posted in another thread that I found in my searching. It doesn't yield the impact font...
Anyone have success in using the built in font stuff?
Graphics 640,480,0 SetBlend ALPHABLEND myfont=LoadImageFont("Impact",24) SetImageFont myfont DrawText "Hello World",0,0 Flip WaitMouse
Anyone have success in using the built in font stuff?