Font help
Re: Font help
There's a font-tool (either in bin or in tools) which can be used to convert any font to a bitmap font.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Font help
I created a font, made a font variable in my program, but when I try to display the font, it throws an unhandled exception error.
Re: Font help
Needs more information - as first check look at the console output if it mentions any errors. Maybe it doesn't find the font for example.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Font help
Thanks! I checked the console, and it was saying it couldn't open the .bmp file, and if it was made with the font tool, to try to open the .xml. Once I did this, the fonts are opening and displaying perfectly! Thanks again!