Error application, help me =(

Blitz3D Forums/Blitz3D Programming/Error application, help me =(

Alexander88(Posted 2013) [#1]
Hello. Prompt is a piece of code to generate the fonts in .bmp format, but when I run the program fails, tell me how to fix it?

AppTitle("Demo FontGen");name app


End Function



RemiD(Posted 2013) [#2]
Try this way, it seems to work :



Please note that the R,G,B values passed to Color() must be integers


Alexander88(Posted 2013) [#3]
Thanks =)