com.flagstone.transform.util.font
Interface FontProvider

All Known Implementing Classes:
SWFFontDecoder, TTFDecoder

public interface FontProvider

FontProvider defines the interface that the FontFactory uses to create instances of the FontDecoder objects used to handle different font formats.


Method Summary
 FontDecoder newDecoder()
          The method implemented by all FontDecoders in order to be registered with the FontRegistry and used by the FontFactory to decode fonts.
 

Method Detail

newDecoder

FontDecoder newDecoder()
The method implemented by all FontDecoders in order to be registered with the FontRegistry and used by the FontFactory to decode fonts.

Returns:
an object that implements the FontDecoder interface.


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