This morning I upgraded to Flex 4.14 from 4.13 one of my projects. The project compiled straight with no errors, but I noticed that the font embedding doesn't work as expected (or at least as in previous versions). The Flash debugger shows me the well known warning:
incompatible embedded font 'myFontCFF' specified for spark.components::Label (Label66) . This component requires that the embedded font be declared with embedAsCFF=true. which I know what it means but the font is already embedded as CFF. I'm trying to figure out what's changed from 4.13 to 4.14 with still no luck. Do you have any idea on what's going on or where I should look at? Thanks Sandro