SWFText_getScaledUTF8StringWidth  221 src/blocks/swf.h int SWFText_getScaledUTF8StringWidth(SWFText text, const char *string);
SWFText_getScaledUTF8StringWidth   56 src/blocks/text.h int SWFText_getScaledUTF8StringWidth(SWFText text, const char *string);
SWFText_getScaledUTF8StringWidth   62 src/text_util.c 	return SWFText_getScaledUTF8StringWidth(text, string)/Ming_scale;