No sure on the Chinese Characters.
For the multiple line text, set the "wrap" style property.
CODE
new KONtx.element.Text({label:"Single Line",styles:{/*Styles Values*/}});
new KONtx.element.Text({label:"Mutiple Line",styles:{width: 294, wrap:true, /*Styles Values*/}});