org.extex.font
Interface BackendFontFactory

All Known Implementing Classes:
FontFactoryImpl

public interface BackendFontFactory

Factory for the backend font.

Version:
$Revision: 5847 $
Author:
Michael Niedermair

Method Summary
 BackendFont getBackendFont(FontKey key)
          Return the font for the backend.
 

Method Detail

getBackendFont

BackendFont getBackendFont(FontKey key)
                           throws FontException
Return the font for the backend. If no font is found, then null is returned.

Parameters:
key - the fount key
Returns:
Returns the font instance.
Throws:
FontException - if a font error occurred.