Argh!!
I've been at this problem now for about 3 days and its driving me insane!!! :angry:
I'm in 16bit mode... If i use GpTextOut then i get some weird looking text (obviously coz i'm using 8bit mode text on a 16bit mode screen) but when i use GpTextOut16 i get nothing! :huh:
Here's the line i'm using:
GpTextOut16(NULL, &gpDraw[1], 10, 10, (char*)"some test text...", 0x0);
This displays no text on my screen and, yes, i've included the gpfont16.h
I've made it the last thing i do before my screen flip.
So... same line with GpTextOut gives me (weird) text, same line but with GpTextOut16 gives me nothing...
Any ideas???
I've been at this problem now for about 3 days and its driving me insane!!! :angry:
I'm in 16bit mode... If i use GpTextOut then i get some weird looking text (obviously coz i'm using 8bit mode text on a 16bit mode screen) but when i use GpTextOut16 i get nothing! :huh:
Here's the line i'm using:
GpTextOut16(NULL, &gpDraw[1], 10, 10, (char*)"some test text...", 0x0);
This displays no text on my screen and, yes, i've included the gpfont16.h
I've made it the last thing i do before my screen flip.
So... same line with GpTextOut gives me (weird) text, same line but with GpTextOut16 gives me nothing...
Any ideas???