From: <ba...@us...> - 2008-12-27 22:19:41
|
Revision: 39 http://scrupp.svn.sourceforge.net/scrupp/?rev=39&view=rev Author: basique Date: 2008-12-27 22:19:35 +0000 (Sat, 27 Dec 2008) Log Message: ----------- - support for UTF8 strings No change to the scripting interface. scrupp.getTextSize() and scrupp.generateImage() support both LATIN1 and UTF8. Thanks to Michal Kolodziejczyk for the idea and for providing a patch! - added scrupp.PLATFORM Can be one of the strings "Windows", "Mac OS X", "Linux" and "Unknown" depending on the system Scrupp was compiled on. - fixed segfault if the script didn't call scrupp.init() + some minor source code changes Modified Paths: -------------- trunk/src/Font.c trunk/src/Graphics.c trunk/src/Macros.c trunk/src/Main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |