Re: [Flashcoders] JSFL Add a new font

2008-03-27 Thread Leon
, 2008 4:05 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] JSFL Add a new font Hello FlashCoders, With a JSFL 1 - I want to : in an opened document. 2 - Create a new Font Symbol in my opened document library. 3 - Set his parameters. Is it possible !? Leon /* var lib

Re: [Flashcoders] JSFL Add a new font

2008-03-27 Thread Steven Sacks
You can do anything you want in C++. Read the JSFL docs on how to use C++ to do more complex JSFL stuff. Hopefully, the time and cost it takes to research it, write the C++, debug and deploy your solution will be less than the time and cost savings of importing a Font into a Flash library.

[Flashcoders] JSFL Add a new font

2008-03-25 Thread Leon
Hello FlashCoders, With a JSFL 1 - I want to : in an opened document. 2 - Create a new Font Symbol in my opened document library. 3 - Set his parameters. Is it possible !? Leon /* var lib = fl.getDocumentDOM().library; lib.addNewItem('FontItem'); */

RE: [Flashcoders] JSFL Add a new font

2008-03-25 Thread Michael Randolph
I wish...no way to do this afaik -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Leon Sent: Tuesday, March 25, 2008 4:05 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] JSFL Add a new font Hello FlashCoders, With a JSFL 1 - I want

Re: [Flashcoders] JSFL Add a new font

2008-03-25 Thread Steven Sacks
Here's the #1 way of knowing what's not possible in JSFL. Open your History Panel (CTRL+F10). Do something. If the something you did has a red X in the lower right corner, you can't do it in JSFL. x (Create New Font Symbol) You can't do this with JSFL, unfortunately.