Static Text GUI Help

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
me_go_fast
Posts: 8
Joined: Fri Jul 23, 2004 2:45 am
Location: Untied States

Static Text GUI Help

Post by me_go_fast »

i want to use static text to display ammo but when i make the text i can't get it any larger. Once it gets to a certain size it won't get larger. I'm using 800, 600 screen res but its still to small. If anyone can help it would be appreciated.
Thanks
bal
Posts: 829
Joined: Fri Jun 18, 2004 5:19 pm
Location: Geluwe, Belgium

Post by bal »

Use a larger font map:

Code: Select all

gui->getSkin()->setFont(gui->getFont("pathToFontGeneratedByFontTool.bmp"));
General Tools List
General FAQ
System: AMD Barton 2600+, 512MB, 9600XT 256MB, WinXP + FC3
Post Reply