changes the text size in an HTML node and returns the result
text | string | the text of the HTML node |
css | string | the css style applied to the text |
object | an object with the text width and height |
var text_size = webix.html.getTextSize("text", "css");
Back to top