Re: [flexcoders] Re: embeding fonts of a style (Interstate RegularCondensed)

2009-10-07 Thread grimmwerks
Spoke too soon - converting the font to .ttf and then embedding it did the trick: [Embed(source="styles/assets/InterRegCom.ttf", fontName="EmbeddedFont", mimeType="application/x-font")] private var EmbeddedFont:Class;

Re: [flexcoders] Re: embeding fonts of a style (Interstate RegularCondensed)

2009-10-07 Thread grimmwerks
Has *no one* got any information on how to embed a font that is not a regular style? I'm actually now opening up this font in FontLab and attempting to save it as it's own .ttf -- but it still thinks there's no 'normal' font for this type even though I'm saving it as such. *REALLY* pissi

Re: [flexcoders] Re: embeding fonts of a style (Interstate RegularCondensed)

2009-10-07 Thread grimmwerks
Found this about embedding font families and how using the Embed tag might not be seen by CSS: http://www.kirupa.com/forum/archive/index.php/t-257913.html On Oct 7, 2009, at 9:04 AM, artur_desig2dev wrote: we are having the same issue but with applying styles to Interstate Light: but we

[flexcoders] Re: embeding fonts of a style (Interstate RegularCondensed)

2009-10-07 Thread artur_desig2dev
we are having the same issue but with applying styles to Interstate Light: but we're trying to get this to work in AS3 ..and not FLEX.. first we tried doing it this way.. [Embed(source="../fonts/Interstate-Light.ttf", fontName="Interstate-Light", mimeType="application/x-font-truetype")] public st