Search found 1 match

by cola_man
Sat Dec 31, 2005 4:36 am
Forum: PS2 Development
Topic: How would I center my text?
Replies: 1
Views: 1406

How would I center my text?

Hey I just started dev and have recently been getting into c/c++ programming and was wondering how would I center my text?

Code: Select all

scr_printf("test\n");
So far that is my code but I don't feel like spacing my text till it gets to the center is there a easier way?