Hi!
I am trying to embed Polish characters in a "Trade Gothic"-font I have
selected in a Font Symbol. It shows other characters lite Euro-sign etc.
but not these Polish signs.
If I manually create the textfield and populate it with text and embeds
the characters via the Properties box then it works fine! But as soon as I
add make a Font Symbol with the same font, my manually created textfield
loses the Polish characters. Have I missed something?
Here is some code I use:
this.createTextField("mytext",1,200,100,200,100);
mytext.multiline = true;
mytext.wordWrap = true;
mytext.border = true;
var myformat:TextFormat = new TextFormat();
myformat.font = "myFont";
myformat.size = 20;
mytext.embedFonts = true;
mytext.text = "hrfùèÈþÞ £$ÅÄÖåäöèÈþÞ";
mytext.setTextFormat(myformat);
Thanks in advance!
Ellen Sundh
_______________________________________________
[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