Page 1 of 1

Put text on screen

Posted: Fri Jun 10, 2005 4:29 am
by Viktor
Hi

Im looking for a good way to get some text on screen for my game. I use PS2SDK with Ito.
I have looked at gsKit but cant find a way to change the size of the font?!? And can I use gsKit with the rest of the graphics created with Ito?
I have looked at the source for LaunchELF and found the font that it uses and like that solution but same problem there, the size is to small and I dont know how to create new fonts for that system.

/Viktor

Posted: Fri Jul 29, 2005 7:32 am
by avisonjohn
i think you want

Code: Select all

scr_printf("Hello World!");