Trouble with named formats in last SDK builds
Hello
i recently installed November 28 SDK 4 nightly build.
I am now getting trouble with named formats, that are no more taken into account in my code.
This syntax was previously working; dipslaying a red text :
var s:string = "<TextFlow xmlns='http://ns.adobe.com/textLayout/2008'>";
s += "<format id='xtitle' color='#cc0000' fontFamily='Verdana' />";
s += "<p format='xtitle'>My red title </p></TextFlow>"
textFlow = TextConverter.importToFlow(s, TextConverter.TEXT_LAYOUT_FORMAT);
Could you tell me what has to be changed here ?
And more generally, where could i find documentation pertaining to the TEXT_LAYOUT_FORMAT, tags, attributes that can be used ?
Thanks in advance
