Hi All,
I need to change the text font size dynamically inside a text field -
let's say if text doesn't fit into a text field, I want to reduce the
font size until it gets fit into given text box.
I think I need to change appearance string of text field. But my problem
is, da (default appearance) of PDVariableText is a private variable
without any setter method. And I can't change str (which is actual
appearance string ) of COSString as well.
Can I achieve this without changing source code?
--
Thanks
Vivek Saini