Hi,
It would be nice to have an option for providing multiline text symbols.
var smTxt = "Line 1 text here \n Line 2 text here";
var textSymbol = new esri.symbols.TextSymbol(smTxt, font, new dojo.Color([0, 0, 0, 1]));
Results is displayed as below:
Line 1 text here \n Line 2 text here
Instead should be displayed as below:
Line 1 text here
Line 2 text here
A simple idea may save lot of time for handling this kind of situtations.
Hoping this implements soon.
Best Regards,
Manish Patel