I am working on an MVC framework for javascript, where the content is rendering from XML. I am stucked in a problem.I need to find the font-size of textinput that is generating dynamically from xml. Based upon the font-size of text input I have to do some calculation.
Is there a way to calculate the font-size of text coming inside the textinput.
I can use Jquery/javascript for this purpose.
Thanks in advance