Fonts and I just don't seem to want to get along I've had an issue with fonts not working a while back but running that update submodules command didn't fix my problem this time.
Now whenever I try to set graphics.font = to something it errors on this line in Boot.hx:
else throw "Cannot cast " +Std.string(o) + " to " +Std.string(t);
And the debugger says o (my font) is null and t is function (blob) {}. Anybody run in to this or know how to fix it?
I've even tried cloning these projects that worked for me in the past, but now I get the same error as above.
https://github.com/jamiltron/KhaShmup/tree/part-8
https://github.com/lewislepton/kha-examples/tree/master/FONTnTEXT
I get this problem on Windows 7 and 8 compiling html5. I'm at a loss here, any help would be greatly appreciated. Thanks!