|

BenHur has released the latest update to intraFont, the archive that
lets PSP homebrew developers use genuine PSP fonts. This update to
intraFont has a couple of bug fixes along with new features: S-JIS
parsing and ASCII characters caching.
Users are encouraged to look through the readme before using the library. Here's the changelog from v0.21 and v0.22:
intraFont v0.22:
- added support for S-JIS string parsing:
use flag INTRAFONT_STRING_SJIS in intraFontLoad()
(thanks to psp-kaihatu-yotien - I hope that's his name... )
- added pre-caching for ASCII characters:
use flag INTRAFONT_CACHE_ASCII in intraFontLoad()
- added support for extended ASCII in text
strings (e.g. "1" for the (c) copyright symbol)
intraFont v0.21:
- no new features, bugfix version only
- bug fixed which could cause graphical
glitches (thanks to StrmnNrmn)
- bug fixed where intraFontMeasureText()
could return a wrong value (thanks to StrmnNrmn)
Download: intraFont v0.22
Visit: QJ.NET PSP Development Forums
|
|