PDA

View Full Version : intraFont 0.31 - smaller and better



wraggster
March 19th, 2009, 22:39
News/release from BenHur (http://forums.qj.net/showthread.php?t=147804)


intraFont 0.31 is out

With this update it's possible to print a string with characters that are stored in different font files. I.e. you can mix latin, japanese, chinese, korean and symbol characters as you like. This is done by setting an alternative font with intraFontSetAltFont(). The alternative font is used in case the main font does not contain a certain glyph. (If you want to mix more than two fonts: you can set another alternative font for the alternative font and so on...)

intraFont 0.31 is also smaller than previous versions: libccc (the character code conversion library used by intraFont) is now able to decompress and use the firmwares own character code conversion tables. Decompression is done with the help of libLZR 0.11, which was released yesterday.

Finally, intraFont 0.31 fixes a bug in intraFontMeasureTextUCS2( ) that was introduced in version 0.30.

http://www.psp-programming.com/benhur

JLF65
March 20th, 2009, 09:21
Very cool! Anyone wanting to do text display on the PSP should be using this. My stuff certainly does. :D