Re: [Flashcoders] help with embedded fonts...

2006-07-11 Thread Ian Thomas

Hi grimm,
 You need to embed the italic and bold versions of the font, too.
Best bet is to stick all three in off-screen dynamic textfields
somewhere (or exported in your library).

HTH,
 Ian

On 7/11/06, grimmwerks [EMAIL PROTECTED] wrote:

It's got to be something stupid.

I'm using the textformatter from netdrims -- I've got an input
TextField that I only want Baskerville to be used - but the ability to
set the bold or italic is needed.

I've embedded the font in the field but when I set text as bold or
italic, it disappears.

What stupidity am I missing?
___
Flashcoders@chattyfig.figleaf.com
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


___
Flashcoders@chattyfig.figleaf.com
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


RE: [Flashcoders] help with embedded fonts...

2006-07-11 Thread Steven Sacks | BLITZ
 Hi grimm,
   You need to embed the italic and bold versions of the font, too.
 Best bet is to stick all three in off-screen dynamic textfields
 somewhere (or exported in your library).

Old school Flasher trick - works like a charm.  Nice suggestion for all
these code monkeys who forget (or never learned) Flash stuff and for
all the newbies who are still learning.  :)

___
Flashcoders@chattyfig.figleaf.com
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


Re: [Flashcoders] help with embedded fonts...

2006-07-11 Thread Weyert de Boer

Steven Sacks | BLITZ wrote:

Old school Flasher trick - works like a charm.  Nice suggestion for all
these code monkeys who forget (or never learned) Flash stuff and for
all the newbies who are still learning.  :)
  
I just go nuts with all the font issues I have with Flash on the Mac. 
It's not fun anymore.

___
Flashcoders@chattyfig.figleaf.com
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


RE: [Flashcoders] help with embedded fonts...

2006-07-11 Thread Palmer, Jim
On a side note, use setNewTextFormat() as well as setTextFormat() seeing as
it's an input field...

TextField.setTextFormat(TextFormat);
TextField.setNewTextFormat(TextFormat);

and yes you need to embed all the font glyphs, bold and italic.

--
Jim Palmer ! Mammoth Web Operations

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Danny
 Kodicek
 Sent: Tuesday, July 11, 2006 2:51 AM
 To: Flashcoders mailing list
 Subject: RE: [Flashcoders] help with embedded fonts...
 
 
  Hi grimm,
You need to embed the italic and bold versions of the font, too.
  Best bet is to stick all three in off-screen dynamic textfields
  somewhere (or exported in your library).
 
 Alternatively, enable the textField's HTML property and embed 
 all the font
 styles in the same field.
 
 Danny
 
 ___
 Flashcoders@chattyfig.figleaf.com
 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
 
___
Flashcoders@chattyfig.figleaf.com
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


Re: [Flashcoders] help with embedded fonts...

2006-07-11 Thread Iv
Hello grimmwerks,

http://www.sharedfonts.com/eng/faq.html#include


-- 
Ivan Dembicki

[EMAIL PROTECTED] || 
http://www.design.ru

___
Flashcoders@chattyfig.figleaf.com
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