Had a lot of problems in CS3 since we got it with embedded fonts in dynamic refusing to render when the text property is changed and auto kerning is on.
You mean:
myText_txt.text = "first text";
then, you change its value to
myText_txt.text = "second update"; <--- this won't work ?

Has this something to do with Antialias Types ? (or let's be fool BitmapData ??)

Cedric

Is there a particular reason for this? I can't seem to reproduce it at will in a test fla, but it occurs in almost every AS2 project of any noticable size i've compiled with CS3.

Common for these files are MovieClip extensions
- var myInstance:MyClass = MyClass(attachMovie ("myClassMC","myClassMCInstance",1)); myInstance.doSomething();

Is there any kind of rule for why text wouldn't render with auto kerning on? I can't make sense of it.

- Andreas R

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to