does any one know how to code a multiline SWFFont using MING.
any help would be the cats PJ's
cheers
Fozzy Bear
Printable View
does any one know how to code a multiline SWFFont using MING.
any help would be the cats PJ's
cheers
Fozzy Bear
Hi,
I feel I do not understand you. Are you talking about chinese characters or multiline text boxes?Quote:
multiline font
Musicman
sorry i should have been a bit more clearer. i meant MING http://ming.sourceforge.net/ the "SWF output library and PHP module".
"SWFFont" is the code to rendering a swf font, and i need to be able to make it multiline without creating a textfield.
Hi,
sorry to talk about stuff that might confuse the majority here, but you dont show an email addy...
I sure know ming ... but you were probably talking about an SWFText rather than an SWFFont. The text object actually does not handle returns, so you would just split your text into lines and do one moveTo() / addstr() for every line of text.
If you need some code that does line wrapping similar to a text field, just mail me. BTW - did you just post this same question to the ming mailing list?
Musicman