change font treeview

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
Escen
Competition winner
Posts: 167
Joined: Sun Jul 19, 2009 11:27 am
Location: the Netherlands
Contact:

change font treeview

Post by Escen »

Hello guys,

I'm not familiar with irrlicht gui, but how do I change the font of a particular IGUITreeView?

Thanks
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: change font treeview

Post by CuteAlien »

Function for that is missing. So you only can change the font for the whole skin so far. I'll put it on my todo - adding that shouldn't be too hard (but I'm not around for a few days so will probably be done next week).
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
Escen
Competition winner
Posts: 167
Joined: Sun Jul 19, 2009 11:27 am
Location: the Netherlands
Contact:

Re: change font treeview

Post by Escen »

Oh great! I thought I needed some sleep ... only found the skin thing.
After you finished it will look nice and pretty .. I promise!

Thanks for the dedication.
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: change font treeview

Post by CuteAlien »

OK, added to svn trunk r5100. Just tell if you need it for more elements (a few more elements miss it, but I'm only adding those on a per-request basis as I still hope to rewrite it one day to allow all elements to override all skin-values in identical ways).
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
Escen
Competition winner
Posts: 167
Joined: Sun Jul 19, 2009 11:27 am
Location: the Netherlands
Contact:

Re: change font treeview

Post by Escen »

Thanks CuteAlien, it's working.
Post Reply