|
From: Dave H. <da...@op...> - 2002-08-12 04:56:59
|
I just checked in some fixes to the font stuff to make 16-bit fonts work. You can use UTF8 strings with the existing function calls, or use the new SWFText_addWideString(SWFText text, const unsigned short* str, int len); function to add a wide string. (Maybe the input string should be 0-terminated instead of using a length arg?) I haven't tried running this from PHP, but I don't know why it wouldn't work. But then, I never do when it doesn't.. -D |