This software tutorial introduces fonts in flash. In particular, the following key points are highlighted:
- For static text boxes, the font is automatically embedded in the .swf (by default). This an blur the text
- For dynamic and input text boxes, the font is NOT automatically embedded in the .swf. Using the default settings, the text remains sharp but if Flash cannot find the font used in the text box it will display the text using a system font (such as Verdana or Ariel)
- You can manually embed the font for each dynamic and input text box in your movie but this will cause the text to anti-alias.
- To keep your text sharp, use a pixel font, make sure the font is embedded for all text boxes (only really an issue with dynamic and input text) and ensure that the text box is placed at a whole pixel position.
- See the User Guide at www.fontsforflash.com for more info