Sony PlayStation Portable (PSP) related Releases by BenHur

         
3. Dec. 2007 intraFont 0.22 A bitmap font library for PSP using the PSP's internal font (firmware pgf files)

Changes:

  • 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. "\251" for the (c) copyright symbol)

 

source readme
26. Nov. 2007 PGF Character Tables Four documents showing the characters contained in the four main pgf files (PSP's internal font files).

This is useful, if you want to know if a special character exists and what UCS2-code it carries.

  ltn0.pgf
jpn0.pgf
kr0.pgf
arib.pgf

 

22. Nov. 2007 PGF Binary Format Doc 0.9934 A document describing the binary format of pgf files (PSP's internal font files)

Changes:

  • initial version: 99.34% complete
    (i.e. I believe to have identified the meaning of 99.34% of the bytes in a pgf file.)

 

  read
22. Nov. 2007 intraFont 0.21 A bitmap font library for PSP using the PSP's internal font (firmware pgf files)

Changes:

  • 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)

 

source readme
20. Nov. 2007 intraFont 0.2 A bitmap font library for PSP using the PSP's internal font (firmware pgf files)

Changes:

  • added support for Korean (kr0.pgf) and symbols (arib.pgf)
  • added cache options (cache size and pre-cache all)
  • added right and center alignments
  • improved fixed width appearance (width can be set by user or left as default)
  • fixed various bugs (mostly in glyph cache to prevent graphical glitches)
  • reduced memory required (variable-size texture, free unneeded stuff)
  • improved speed (optimizations, texture swizzling)

 

source readme
13. Nov. 2007 intraFont 0.1 A bitmap font library for PSP using the PSP's internal font (firmware pgf files)

Changes:

  • initial release

 

source readme

3. Dec. 2007 | For questions or comments mail to