PDA

View Full Version : Set Paragraph Text Size



ScottDuncan
06-03-2005, 01:13 PM
Is there a method for changing the size of the paragraph object text at runtime?

("paragraph.setTextSize")

yosik
06-04-2005, 05:13 PM
Paragraph no, but Label yes.
Here is a small example.

Yossi