Question
use ppapi,can not print,very serious bug
var sprite:Sprite = new Sprite();
var tf:TextField = new TextField();
tf.text="中文123";
sprite.addChild(tf);
var job:PrintJob = new PrintJob();
if (print.start())
{
job.addPage(sprite);
job.send();
}
when use ppapi,npapi,text can not print,very serious bug!!!
flash.text.engine.TextLine,flash.text.engine.TextLine
has the same problem.
Please help me,help me!
