Re: [Flashcoders] Embedded fonts Bug

2010-09-24 Thread Kerry Thompson
Keith Reinfeld wrote: > Have you specified a fontWeight and a fontStyle? > > [Embed( >        source='../fonts/Garamond3/GaramThrBolItaOsF.ttf', >        fontName='Garam3BoldItalicEmbedded', >        fontWeight='bold', >        fontStyle = 'italic', >        embedAsCFF='false' > )] Yes, I have, a

RE: [Flashcoders] Embedded fonts Bug

2010-09-24 Thread Keith Reinfeld
#x27; )] Regards, Keith Reinfeld Home Page: http://keithreinfeld.home.comcast.net > -Original Message- > From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders- > boun...@chattyfig.figleaf.com] On Behalf Of Kerry Thompson > Sent: Friday, September 24, 2010 4:03 PM >

Re: [Flashcoders] Embedded fonts Bug

2010-09-24 Thread Kerry Thompson
Keith Reinfeld wrote: > I suggest that you try doing the Font.registerFont(Garam3BoldItalicEmbedded) > in your 'embedded font swf'. Load the swf into your 'downloader' then simply > use it in your showText(). Thanks, Keith. That's actually one of the many things I have tried, and I end up with em

RE: [Flashcoders] Embedded fonts Bug

2010-09-24 Thread Keith Reinfeld
Kerry, I suggest that you try doing the Font.registerFont(Garam3BoldItalicEmbedded) in your 'embedded font swf'. Load the swf into your 'downloader' then simply use it in your showText(). Regards, Keith Reinfeld Home Page: http://keithreinfeld.home.comcast.net > -Original Message- >