GUI Interface

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
Magnus
Posts: 79
Joined: Sun Jan 16, 2005 5:53 pm
Location: Georgia, USA
Contact:

GUI Interface

Post by Magnus »

OK i'm messing with the gui tut. I copied and pasted the code to my file on dev cpp and tried to compile. Suprisingly, no bugs lol but for some reason the path is incorrect to the font ive been having problems with this.. trying to find links to my files and stuff .. is there a way to like add it into the project in dcpp?
Image
Image
Stu L Tissimus
Posts: 48
Joined: Thu Jul 15, 2004 8:45 pm
Location: Manhattan
Contact:

Post by Stu L Tissimus »

Haven't tested it, but it should work if you just copy whatever font you want from C:\Windows\Fonts into your program's directory.
Laptop: P-M 1.6GHz|1024MB PC2800|Mob.Radeon9700Pro|60GB

Desktop: A-XP 2400+|512MB PC3200|Radeon 9700 Pro|180GB
bal
Posts: 829
Joined: Fri Jun 18, 2004 5:19 pm
Location: Geluwe, Belgium

Post by bal »

Irrlicht's GUI system uses bitmap fonts (fonts converted to a .bmp). So copying your TrueType or other font file won't work it work. Make sure the .bmp is ok or try a bigger size.
General Tools List
General FAQ
System: AMD Barton 2600+, 512MB, 9600XT 256MB, WinXP + FC3
Magnus
Posts: 79
Joined: Sun Jan 16, 2005 5:53 pm
Location: Georgia, USA
Contact:

Post by Magnus »

got it working thx guys! it was a problem with the way it was linked (.../.../media/ - that doesnt work. ;) I fixed it so it does.)
Image
Image
Post Reply