Chris Infanti wrote:
> The problem is...the last word of any Text components I have in the
> container disappear whenever I print.  Otherwise it prints as expected.  
>
>   
I've encountered this many times. It's really irritating and hard to 
debug... The root cause is most likely the scaling rather than the 
printing of itself. Are you using system (default) or embedded fonts? If 
you're not already using them try embedded fonts - they scale better.

Depending on the font you may also need to set fontAntiAliasType to 
normal rather than advanced (the default). The normal anti-aliasing 
doesn't look as nice but scales much more reliably. The advanced 
anti-aliasing varies character width depending on the scaling: this 
confuses the text width calculations.

Sounds like Flash Player 10 will improve text handling: can't wait for 
that. (and hope it delivers on the promise...)

Charlie

Reply via email to