LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-23-2003, 11:20 PM
Vayu Vayu is offline
Registered User
 
Join Date: Feb 2003
Location: Denmark
Posts: 8
Rep Power: 0
Vayu is on a distinguished road
embed fonts in scripted textfiled??

How can I embed fonts in a textfield created with actionscript? This is what I've done but it doesn't work:

this.createTextField("myText",15,14,76,100,15);
myText.multiline = true;
myText.wordWrap = true;
myText.border = false;
myText.selectable = false;
myText.embedFonts = true;
mText = new TextFormat();
mText.color = 0x000000;
mText.bullet = false;
mText.font = fff harmony;
mText.size = 8;
myText.text = "yadda yadda yadda";
myText.setTextFormat(mText);

thanx
Vayu
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
A way around having to embed fonts Scottae Members Cafe 7 03-18-2009 03:19 PM
Embed fonts in multiple text fields? Coss Newbies 6 11-18-2008 06:25 PM
embed fonts in dynamic htmlText flds? elliottg Flash MX 2004 2 05-03-2005 03:03 PM
Embed fonts with Style Sheet d60eba Flash MX 2004 2 11-05-2004 10:55 AM
To embed fonts for use in HTML formatted text fields Scottae Flash MX ActionScript 5 12-21-2003 08:15 AM




All times are GMT. The time now is 12:33 AM.