Specifications

CHAPTER 8
144
fonts.languages.language-range lang range
Specifies the range of Unicode settings for that language. For more informa-
tion, see Using Styles and Themes” on page 589 in Adobe Flex 3 Devel-
oper Guide.
This is an advanced option.
fonts.local-fonts-snapshot path_to_file
Sets the location of the local font snapshot file. The file contains system font
data.
This is an advanced option.
fonts.managers manager-class [...]
Defines the font manager. The default is flash.fonts.JREFontManager. You can
also use the flash.fonts.BatikFontManager. For more information, see
“Using
Styles and Themes” on page 589 in Adobe Flex 3 Developer Guide.
This is an advanced option.
fonts.max-cached-fonts string
Sets the maximum number of fonts to keep in the server cache.
fonts.max-glyphs-per-face string
Sets the maximum number of character glyph-outlines to keep in the server
cache for each font face. This is an advanced option.
frames.frame label class_name [...]
Specifies a SWF file frame label with a sequence of class names that are linked
onto the frame.
This option lets you add asset factories that stream in after the application that
then publish their interfaces with the ModuleManager class. The advantage to
doing this is that the application starts faster than it would have if the assets
had been included in the code, but does not require moving the assets to an
external SWF file.
This is an advanced option.
generate-frame-loader=true|false
Toggles the generation of an IFlexBootstrap-derived loader class.
This is an advanced option.
headless-server=true|false
Enables the headless implementation of the Flex compiler. This sets the
following:
System.setProperty("java.awt.headless", "true")
The headless setting (java.awt.headless=true) is required to use fonts and SVG
on UNIX systems without X Windows.
This is an advanced option.
help [-list [advanced]]
Prints usage information to the standard output. For more information, see
“Command-line syntax” on page 131.
Option Description