Note that with CS5 this is no longer an issue; since you can specify exactly which font outline groups to embed with the Font Embedding dialog.
However with CS4 it is a different story.
At the end of this blog post I describe a solution how to include additional font outlines. First I describe the experiments I did, in case readers want to recreated those themselves.
As a test I created two flash files:
- a flash file with a Font definition in the library with export for runtime sharing checked (based upon Arial – Regular)
- a flash file with a Font definition in the library with import for runtime sharing checked and referencing the first file. I also added a dynamic text field containing some normal text and text using Cyrillic font (Eastern Europe).
The normal text showed up, but not the text with Cyrillic font. Looking at the generated size report it was also clear the Cyrillic outlines did not get exported.
So as next step I placed a dynamic text field in the main timeline of the first runtime sharing fla using the Font definition in the library. I selected the Cyrillic font via Character Embedding… outlines But nothing changed after creating the swf.
I tried various things, but in all cases the Font definition seemed to override the font embed options of the text field. At the end I found a solution (yay!), which I’ll describe next.
Solution
To embed additional (you can not override the default embedded outlines) for a Font definition in CS4 do the following:
- create a new Font definition in the library
- place a new text field on the main time-line (or use a movie clip, but in that case the movie clip must be exported as well)
- set type of text field to Dynamic Text
- as Family select the created font definition (make sure it is the font definition in the library and not the font used by the definition)
- click Character Embedding… and select the outlines you want to embed as well (no need to select the default ones)
- now for the trick to get it working: after this change the text type to Static Text
- build the swf file; the swf file should now also contain the additional font outlines