Monthly Archive for March, 2010
After an migration to a newest Flex SDK 4+, you can lost all your embedded fonts!
To solve such problem, you must add an new param to your font embedding meta tag: cff=’false’
If you get an error like this:
transcoding parameter ‘cff’ is not supported by ‘flex2.compiler.media.FontTranscoder’
It’s because developers changing it, try another version: embedAsCFF=’false’
Example:
[Embed(source = "Arial.ttf", fontFamily = "Arial", mimeType = "application/x-font", embedAsCFF='false')]
