Package com.flagstone.transform.util.font

This package contains a set of classes that are used to decode fonts in various formats so they can be added to a Flash movie.

See:
          Description

Interface Summary
FontDecoder FontDecoder is an interface that classes used to decode different fonts formats should implement in order to be registered with the FontRegistry.
FontProvider FontProvider defines the interface that the FontFactory uses to create instances of the FontDecoder objects used to handle different font formats.
 

Class Summary
AWTDecoder AWTDecoder decodes Java AWT Fonts so they can be used in a Flash file.
Font Font is used to add embedded fonts to a movie.
FontFace FontFace is a convenience class that can be used to create tables of fonts for use in an application.
FontFactory ImageFactory is used to generate an image definition object from an image stored in a file, references by a URL or read from an stream.
FontRegistry FontRegistry is used to provide a directory for registering FontProviders that are used to decode different font formats.
Glyph Glyph is a simple container class used by Font to record the shape, bounding box and advance for a glyph.
SWFFontDecoder SWFFontDecoder decodes one or more existing font definitions from a Flash file.
TrueTypeGlyph TrueTypeGlyph is a simple container class used to decode TrueType glyphs.
TTFDecoder TTFDecoder decodes TrueType or OpenType Fonts so they can be used in a Flash file.
 

Package com.flagstone.transform.util.font Description

This package contains a set of classes that are used to decode fonts in various formats so they can be added to a Flash movie.



Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.