| View previous topic :: View next topic |
| Author |
Message |
TheBuzzer
Joined: 06 Feb 2006 Posts: 49
|
Posted: Wed Jul 26, 2006 9:22 pm Post subject: 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? |
|
| Back to top |
|
 |
ADePSP
Joined: 13 Jul 2006 Posts: 58
|
Posted: Thu Jul 27, 2006 2:51 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
TheBuzzer
Joined: 06 Feb 2006 Posts: 49
|
Posted: Thu Jul 27, 2006 8:30 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
ADePSP
Joined: 13 Jul 2006 Posts: 58
|
Posted: Thu Jul 27, 2006 9:07 am Post subject: |
|
|
| 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=47934&page=1&pp=10 |
|
| Back to top |
|
 |
TheBuzzer
Joined: 06 Feb 2006 Posts: 49
|
Posted: Thu Jul 27, 2006 11:00 am Post subject: |
|
|
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? |
|
| Back to top |
|
 |
|