Hello all. I cant seem to get one, ONE ever-lovin example of the setgadgetfont to work. Would someone give me a simple demo of a canvas, and some font being set as the canvas font? Hell, I'll even settle for a settextareafont! Also, would the following work for incbin:
Also, would I have to use the directory specific load for the font? I mean thats the way I've done it for the plain old regular font loading in the past.
IncBin "../Media/Fonts/bitdust1.ttf" Global bitdust1:TGuiFont=LoadGuiFont("incbin::../Media/Fonts/bitdust1.ttf",18,False,False,False) SetGadgetFont cavMyCanvas,bitdust1
Also, would I have to use the directory specific load for the font? I mean thats the way I've done it for the plain old regular font loading in the past.
