Re: [Flashcoders] HTML text font size issue

2005-12-09 Thread Marcelo Volmaro
It´s a limit of the player. And it´s a weird one. I have to write some custom function to find the maximum font site in a text field, if i found a value > 81 (empiric value) use the following function to find the divisor: function calcFSize(pSize:Number, pDiv:Number):Number { if (!p

[Flashcoders] HTML text font size issue

2005-12-08 Thread Dhiraj Girdhar
Hi, Does anyone know about what is the maximum font size can be given toHTML text in Flash? If I create a HTML text field and change the font size to > 127 pt, when I compare the SWF text size and text size in Flash authoring, SWF text size is smaller than what is in t