intraFont is a bitmap font library for PSP using the PSP’s internal font (firmware pgf files).

Changes:

added support for UTF-8 string parsing (thanks to NexTOS)
added support for codepages (conversion of extended ascii to unicode depending on source)
added column printing with automatic linebreaks – no need to worry about overwriting parts of the screen or printing outside the screen anymore
added full justification (flush left&right) for column printing
various optimizations related to UCS2 conversion (thanks to StrmnNrmn)
added functions to print/measure the first n chars of a string (thanks to StrmnNrmn)

http://forums.qj.net/showthread.php?t=146764