Hi,
I am writing a software where a process set text to a jtextarea. The jtextarea has a previously set width and a height. If input text is too long font size is changed so the whole text will fit with in the boundaries of the jtextarea.
And then I want to print this jtextarea. Printed version should also have exact properties like my user interface. I am using Jasper for this.
But the problem is I cant find a way to dynamically change font size in my generated report. Is there a way to do this? or please guide me to some good reference..
Thank you