org.extex.font
Interface FontAware

All Known Implementing Classes:
AbstractPostscriptWriter, BackendDriverImpl, EpsWriter, LoadableVfFont, PdfDocumentWriter, PsWriter, TwoPassDocumentWriter, XMLDocumentWriter

public interface FontAware

This interface describes the ability to receive a FontFactory via a setter method.

Version:
$Revision: 4484 $
Author:
Gerd Neugebauer

Method Summary
 void setFontFactory(CoreFontFactory factory)
          Setter for the font factory.
 

Method Detail

setFontFactory

void setFontFactory(CoreFontFactory factory)
Setter for the font factory.

Parameters:
factory - the font factory