Unsigned int isn't big enough... I need more, MORE, *MORE*! BWAHAHAHAHA! But I'm all good now. I have a nice fast working library that does arbitrary length multiplication that doesn't memory leak.Sandman said:You could use an unsigned int, if you don't need the negative numbers. You could also use a float, but that's not entirely awesome for larger numbers.
Sandman said:On Windows you can use ttf.dll to load a TTF and then save it as a fenix font with save_fnt(). This way you can use it on any platform, including the GP2X.
TTF.dll does a nice job imo. I don't know if there is an official 0.92a TTF.dll, but I recompiled it anyway.
Awesome, I'll have to give that a try.
Sandman said:On Windows you can use ttf.dll to load a TTF and then save it as a fenix font with save_fnt(). This way you can use it on any platform, including the GP2X.
TTF.dll does a nice job imo. I don't know if there is an official 0.92a TTF.dll, but I recompiled it anyway.
Are there any good instructions on how to use ttf.dll out there? I appear to be missing freetype.dll, and I know there's a freetype sourceforge project, but beyond that I'm lost...
Sandman said:Seen as it's almost Christmas I made this for you.
All Hail Sandman!
I *will* have to try this out now... Thank You!