Uses of Interface
org.extex.font.FontAware

Packages that use FontAware
org.extex.backend This package contains the backends of ExTeX
org.extex.backend.documentWriter.itextpdf This package contains a backend of ExTeX which produce a PDF-file. 
org.extex.backend.documentWriter.postscript This package contains a DocumentWriter to produce PostScript and Encapsulated PostScript. 
org.extex.backend.documentWriter.xml This package contains a backend of ExTeX which dumps the information in a XML format. 
org.extex.font.format.vf This package contains the definitions and implementations for the VF-font-metric handling in ExTeX. 
 

Uses of FontAware in org.extex.backend
 

Classes in org.extex.backend that implement FontAware
 class BackendDriverImpl
          This back-end driver can be used to combine several components.
 

Uses of FontAware in org.extex.backend.documentWriter.itextpdf
 

Classes in org.extex.backend.documentWriter.itextpdf that implement FontAware
 class PdfDocumentWriter
          Implementation of a pdf document writer with iText.
 class TwoPassDocumentWriter
          Implementation of a pdf document writer with iText.
 

Uses of FontAware in org.extex.backend.documentWriter.postscript
 

Classes in org.extex.backend.documentWriter.postscript that implement FontAware
 class AbstractPostscriptWriter
          This is the abstract base class for document writers producing PostScript code.
 class EpsWriter
          This document writer produces Encapsulated Postscript documents.
 class PsWriter
          This document writer produces multi-page PostScript documents.
 

Uses of FontAware in org.extex.backend.documentWriter.xml
 

Classes in org.extex.backend.documentWriter.xml that implement FontAware
 class XMLDocumentWriter
          This is a xml implementation of a document writer.
 

Uses of FontAware in org.extex.font.format.vf
 

Classes in org.extex.font.format.vf that implement FontAware
 class LoadableVfFont
          Class to load the virtual font.