AFEFontManager,TextLayoutFramework and embedded fonts
Should we not use AFEFontManager in conjunction with TextLayoutFramework and embedded fonts. I have a project that was using the compiler argument -managers=flash.fonts.AFEFontManager. I would embed fonts from a loaded swf, but the fonts would be of type "embedded" instead of "embeddedCFF". Since the type wasn't embeddedCFF, the font wouldn't display correctly.
I removed the -managers=flash.fonts.AFEFontManager argument and it works perfectly.
So, is there a different way to reference the AFEFontManager? Or perhaps it's not necessary to do so at all?
thanks.
