Which font method works the best?
Which font method works the best?
There seems to be differnet font code for psp in this forum but which one is working the best?
I use the Flib method which I slightly modified to render faster and I find it's very easy to use but still not as fast as the text example in the gu samples that come with PSPDev... I never managed to get that example to work unfortunatly... I tried to use a different font and it doesn't explain how to adjust the code for different font sizes...
It probably depends on what you want to do and how much rendering speed you need...
Anyway, the modified flib method, with example,
http://www.cheatsync.net/flib.rar
If you get the other method working please post how to use other fonts here... It's probably the better method...
ADe
It probably depends on what you want to do and how much rendering speed you need...
Anyway, the modified flib method, with example,
http://www.cheatsync.net/flib.rar
If you get the other method working please post how to use other fonts here... It's probably the better method...
ADe
weird i getitng a problem
i typed
sh autogen.sh
LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" \
./configure --host psp --prefix=$(psp-config --psp-prefix)
make
make install
to try to install the lib but when it gets to make it outs a lot of errors
$ make
/bin/sh: line 0: cd: /home/David: No such file or directory
config.mk:36: /home/David: No such file or directory
config.mk:36: Lee/freetype/builds/freetype.mk: No such file or directory
config.mk:59: /home/David: No such file or directory
config.mk:59: Lee/freetype/builds/unix/install.mk: No such file or directory
make: *** No rule to make target `Lee/freetype/builds/unix/install.mk'. Stop.
i typed
sh autogen.sh
LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" \
./configure --host psp --prefix=$(psp-config --psp-prefix)
make
make install
to try to install the lib but when it gets to make it outs a lot of errors
$ make
/bin/sh: line 0: cd: /home/David: No such file or directory
config.mk:36: /home/David: No such file or directory
config.mk:36: Lee/freetype/builds/freetype.mk: No such file or directory
config.mk:59: /home/David: No such file or directory
config.mk:59: Lee/freetype/builds/unix/install.mk: No such file or directory
make: *** No rule to make target `Lee/freetype/builds/unix/install.mk'. Stop.
Some other people had similar problems with that (Waterbottle for one)... Read through this topic... Hopefully it will help you...TheBuzzer wrote:weird i getitng a problem
i typed
sh autogen.sh
LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" \
./configure --host psp --prefix=$(psp-config --psp-prefix)
make
make install
to try to install the lib but when it gets to make it outs a lot of errors
$ make
/bin/sh: line 0: cd: /home/David: No such file or directory
config.mk:36: /home/David: No such file or directory
config.mk:36: Lee/freetype/builds/freetype.mk: No such file or directory
config.mk:59: /home/David: No such file or directory
config.mk:59: Lee/freetype/builds/unix/install.mk: No such file or directory
make: *** No rule to make target `Lee/freetype/builds/unix/install.mk'. Stop.
http://forums.qj.net/showthread.php?t=4 ... ge=1&pp=10