Put text on screen

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
Viktor
Posts: 3
Joined: Tue Jun 07, 2005 5:02 am

Put text on screen

Post 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
avisonjohn
Posts: 2
Joined: Thu Jul 28, 2005 3:20 am
Location: Basildon, UK
Contact:

Post by avisonjohn »

i think you want

Code: Select all

scr_printf("Hello World!");
- AJ
Post Reply