yeah. the werid thing is that then applying embeded fonts to mx:text does not always work if the text is html text, and you have to load a stylesheet at runtime and set the textbox to that for it to work. i hope i recall the whole process correctly here)
On 1/2/06, JesterXL <[EMAIL PROTECTED]> wrote: > Flex compiles in the font to the SWF. Whatever glyphs you specifiy, it'll > convert those fonts to vector graphics in the SWF file, ensuring anyone > anywhere can see your font the way you intended, and they don't have to have > the font installed on their machine. > > ----- Original Message ----- > From: "Johannes Nel" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Monday, January 02, 2006 5:39 AM > Subject: Re: [flexcoders] Embed font's glyphs in AS3 Project in Flex Builder > 2 alpha > > > you have to remember that there are two types of stylesheets in the > flex. those that compile in and those which load at runtime. i suspect > rob is refereing to a stylesheet loaded with the mx:style tag (which > compiles in) vs one which loads in at runtime. > embeded fonts in a compiled stylesheet works fine (apart from in html > textboxes inside some components, but for that there are work arounds) > > > On 1/2/06, Weyert de Boer <[EMAIL PROTECTED]> wrote: > > Hmm, aren't embedded fonts in style sheets problematic? If I recall IE > > uses WebFonts and Netscpa/eFirefox something different. Maybe it's a > > better I idea to support embedded OpenType fonts? A idea of our Adobe > > friends ;-) > > > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > -- > j:pn > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com > Yahoo! Groups Links > > > > > > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com > Yahoo! Groups Links > > > > > > > -- j:pn -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

