Embedded CFF Fonts in an AS3 only Flash Project
Hi,
I am working on a Flash CS4 AS3 only project (no Flex involved) and I need to embed a font.
I am linking to the 'TextLayout.swc' to have access to all the TLF classes.
To use embeded fonts I understand I need to set the TextFlow fontLookup property.
E.g.
myTextFlow.fontLookup = FontLookup.EMBEDDED_CFF;
However, the FontLookup class that has the Public Constant EMBEDDED_CFF is in the package flash.text.engine
Where do I get this package from? Do I need to link to another SWC from the Flex 4 SDK like I did with the 'TextLayout.swc'?
If so, which SWC has this class in it?
Cheers,
Adrian
