Which font method works the best?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
TheBuzzer
Posts: 49
Joined: Mon Feb 06, 2006 10:02 am

Which font method works the best?

Post by TheBuzzer »

There seems to be differnet font code for psp in this forum but which one is working the best?
ADePSP
Posts: 58
Joined: Thu Jul 13, 2006 9:07 pm

Post by ADePSP »

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
TheBuzzer
Posts: 49
Joined: Mon Feb 06, 2006 10:02 am

Post by TheBuzzer »

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.
ADePSP
Posts: 58
Joined: Thu Jul 13, 2006 9:07 pm

Post by ADePSP »

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.
Some other people had similar problems with that (Waterbottle for one)... Read through this topic... Hopefully it will help you...

http://forums.qj.net/showthread.php?t=4 ... ge=1&pp=10
TheBuzzer
Posts: 49
Joined: Mon Feb 06, 2006 10:02 am

Post by TheBuzzer »

nm.

i got it to compile by setting up a fake path

and got it to work.

i see a shadow however in the fonts. anyway to remove the shadow?
Post Reply