So ever since i can remember there has been this warning that popped up in the console after adding a widget.newButton.
Warning: Could not load font Helvetica-bold. Using default font.
I mean its not in the way of anything its just gets annoying when i have a lot of buttons in my scenes and the warning pops up for every one of them…
Is there a fix? If there is then how do i do it?
Also i’m in windows.
UPDATE – From reading other posts it seems like its a bug or something but doesn’t do anything but piss people off because its really annoying when trying to debug, and i totally agree! Haha
Here’s some code for what im doing if you need it…
local Btn = widget.newButton { top = 320, left = 110, width = 100, height = 100, defaultFile = "Btn.png", overFile = "Btn2.png", onEvent = goToNextScene } sceneGroup:insert(Btn)
Thanks!