Hi,
I have a my own font file in .png format and I want to convert that into Irrlicht readable format so that I can use it in my Irrlicht application.
Can you please tell me how do I achieve this?
I dont have the specifics of my font file, so I can not create the similar in Irrlicht Font maker tool. Just want to use the same file in my application.
cheers,
Manik
Need to create Irrlicht fonts
Irrlicht fonts:
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=37735
search in the 1st post and you will find 2 still active links to download
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=37735
search in the 1st post and you will find 2 still active links to download
-
- Posts: 53
- Joined: Tue May 19, 2009 12:18 am
@nespa
I am aware of this tool. Actually, the problem is that I have a .png format file in which I have the font characters, with better texture and smoothness , that I cant create with any of the available Irrlicht font tools.
But my requirement is to make this file to readable by the Irrlicht apis, so that I can use it in my Irrlicht application.
cheers.
I am aware of this tool. Actually, the problem is that I have a .png format file in which I have the font characters, with better texture and smoothness , that I cant create with any of the available Irrlicht font tools.
But my requirement is to make this file to readable by the Irrlicht apis, so that I can use it in my Irrlicht application.
cheers.
-
- Posts: 53
- Joined: Tue May 19, 2009 12:18 am
-
- Posts: 1215
- Joined: Tue Jan 09, 2007 7:03 pm
- Location: Leuven, Belgium
pot textures are always recommended, some video drivers won't even accept textures which don't have pot dimensions or they will distort them, so it's best to play safe and make your font texture pot
Last edited by Radikalizm on Fri May 13, 2011 10:42 am, edited 1 time in total.
Are you sure it has to be 'npot' and not 'pot' ?Radikalizm wrote:npot textures are always recommended, some video drivers won't even accept textures which don't have npot dimensions or they will distort them, so it's best to play safe and make your font texture npot
Working on game: Marrbles (Currently stopped).
-
- Posts: 1215
- Joined: Tue Jan 09, 2007 7:03 pm
- Location: Leuven, Belgium
Ahh yes, got confused there You're right, I'm doing 3 things at once so I'm typing in autopilot, I'll correct my postserengeor wrote:Are you sure it has to be 'npot' and not 'pot' ?Radikalizm wrote:npot textures are always recommended, some video drivers won't even accept textures which don't have npot dimensions or they will distort them, so it's best to play safe and make your font texture npot
-
- Posts: 53
- Joined: Tue May 19, 2009 12:18 am