Re: [Flashcoders] Embed fonts problem

2006-09-21 Thread Matthias Dittgen
Hello Leonardo, please try the following: in your publishing settings dialog, enable the size report option. This will show you your exported fonts and their names in the output window (F2). There you should see your Arial exported. If you see there for example an Arial 11px or the like, you

[Flashcoders] Embed fonts problem

2006-09-18 Thread Leonardo Sá
Hello all, I have set up a regular dynamic text field in flash. However, when I try to embed a font on it (which is Arial) it just wont show up. It shows no text at all where it supposed to be. When i use no embedded fonts, the text shows up fine, but anti-alias does not work. Any ideas? best

Re: [Flashcoders] Embed fonts problem

2006-09-18 Thread Craig Taylor
Leonardo Type some text into the text field anything like 'text field' and it will then show. Cheers-Craig Leonardo Sá wrote: Hello all, I have set up a regular dynamic text field in flash. However, when I try to embed a font on it (which is Arial) it just wont show up. It shows no text at

Re: [Flashcoders] Embed fonts problem

2006-09-18 Thread Aaron Roberson
Did you choose export to first frame in the linkage property? Right click on the embeded font in the library and choose linkage to set this. HTH, Aaron On 9/18/06, Leonardo Sá [EMAIL PROTECTED] wrote: Hello all, I have set up a regular dynamic text field in flash. However, when I try to embed

Re: [Flashcoders] Embed fonts problem

2006-09-18 Thread Leonardo Sá
Actually im setting it via actionscript like: instancename.text = something; something will show up just fine if i dont use any embedded fonts. It wont otherwise. Thanks for the reply! On 9/18/06, Craig Taylor [EMAIL PROTECTED] wrote: Leonardo Type some text into the text field anything