![]() |
I am trying to create a label TTF box that is specified by x, y, width, and height that can accept any string and adjust the font size to be as big as possible and still fit in the box.
I have been trying several approaches.but it doesn't quite work.Here,I have created my own custom Label Class of dynamic font size. |