PDA

View Full Version : intraFont 0.24



wraggster
January 10th, 2009, 12:20
News/release from Benhur: (http://www.psp-programming.com/benhur/)


Hi,

With input from various developers I thought that updating intraFont might be worth it:


What's new since version 0.22:
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)

For more information on how to use the new features checkout the readme and the samples contained within the download. You can download intraFont 0.24 from here.

Have fun, BenHur

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

JLF65
January 10th, 2009, 21:42
Nice update! I use this font library on all my new stuff. :)