You are not logged in.
Hi all,
i want to use the simple printf C fonction but it seem not possible...
with only the libogc, it's works fine but when i include GGRLIB, nothing work..
Maybe the fonction GRRLIB-Printf can show the standart font of the wii ? but i don't find how...
thx for all and sorry for my english...french people just be good for food
Last edited by bobby (2010-05-13 18:31:27)
Offline
Using standard font does not work with GRRLIB. You need to include a font file.
Offline
Crayon wrote:
You need to include a font file.
and use GRRLIB-PrintBMF ?
Offline
To print text on the screen you have 3 choices:
* Use an image file (png, jpeg, bmp) with GRRLIB_Printf
* Use a BMF file with GRRLIB_PrintBMF
* And if you are using the svn version you could use a TTF file with GRRLIB_PrintTTF
Offline
Look at the basic_drawing exemple, GRRLIB_Printf and GRRLIB_PrintBMF are used: http://code.google.com/p/grrlib/source/ … rce/main.c
If you need it, BMF files could be downloaded from http://bmf.wz.cz
Offline
Hello,
finally i use GRRLIB_PrintBMF, it work fine !
Thx Crayon !
the topic can be close....see you soon for the next one
Offline