Uses of Interface
com.flagstone.transform.util.font.FontDecoder

Packages that use FontDecoder
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. 
 

Uses of FontDecoder in com.flagstone.transform.util.font
 

Classes in com.flagstone.transform.util.font that implement FontDecoder
 class SWFFontDecoder
          SWFFontDecoder decodes one or more existing font definitions from a Flash file.
 class TTFDecoder
          TTFDecoder decodes TrueType or OpenType Fonts so they can be used in a Flash file.
 

Methods in com.flagstone.transform.util.font that return FontDecoder
static FontDecoder FontRegistry.getFontProvider(String type)
          Get the provider that can be used to decode a given font format.
 FontDecoder TTFDecoder.newDecoder()
          The method implemented by all FontDecoders in order to be registered with the FontRegistry and used by the FontFactory to decode fonts.
 FontDecoder SWFFontDecoder.newDecoder()
          The method implemented by all FontDecoders in order to be registered with the FontRegistry and used by the FontFactory to decode fonts.
 FontDecoder FontProvider.newDecoder()
          The method implemented by all FontDecoders in order to be registered with the FontRegistry and used by the FontFactory to decode fonts.
 



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