
A library has been created for PSP homebrew programmers. This makes it a lot easier for developers to use TrueType fonts in their program. No longer will you have to use time writing code to use TrueType fonts.
This is only available for homebrew coded in C language only, not for Lua.
To Be Fixed:
- Generating a lot of text takes time since there is no Font Caching. Which means that any alphabet you use will have to be rendered at runtime. If there was a cache, it would simply store earlier rendered fonts in the cache, so that they could be re-used. Not to worry though, future versions will include some form of caching.
- This version supports only 1 font at a time. Which means you cant have multiple fonts for different text. Again, this will be included in one of the upcoming versions.
Download:
FLIB