(How) can I use Embeded Fonts in Flex 3.3
If I understand correctly, I need to transcode/embed the fonts in Flex 4 / CS 4, but is there any way to then get those embeded fonts into a Flex 3.3 application?
If I understand correctly, I need to transcode/embed the fonts in Flex 4 / CS 4, but is there any way to then get those embeded fonts into a Flex 3.3 application?
Support for DefineFont4 (the cff property) is new in Flex Gumbo. It is not available in Flex 3.X. That said – I do have a solution for you. Create a separate Flex Gumbo project and use the cff property to embed the font you need into that SWF. Then embed the font SWF that you just created in Gumbo into your Flex 3.3 application.
Check out the “Building a Font SWF for use in any Flash Application” section in my DefineFont4 blog post:
http://blogs.adobe.com/tlf/2008/11/embedded_font_subsetting_using.html
Here is an article on embedding a SWF in Flex:
Hope this helps!
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.