Uses of Package
org.extex.font

Packages that use org.extex.font
org.extex This package contains ExTeX – an implementation of a typesetting engine based on the concepts of TeX
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.postscript.util This package contains utility classes for the a PostScript DocumentWriter. 
org.extex.backend.documentWriter.xml This package contains a backend of ExTeX which dumps the information in a XML format. 
org.extex.engine This package contains the core engine of ExTeX
org.extex.engine.backend This package contains the backend support of the core engine of ExTeX
org.extex.engine.exception This package contains exception classes for the interpreter component. 
org.extex.font This package contains the core data types for fonts in ExTeX. 
org.extex.font.exception This package contains the exceptions for the font system of ExTeX. 
org.extex.font.format   
org.extex.font.format.afm This package contains the definitions and implementations for the AFM (Type1) font handling in ExTeX. 
org.extex.font.format.tfm This package contains the definitions and implementations for the TFM-font-metric handling in ExTeX. 
org.extex.font.format.vf This package contains the definitions and implementations for the VF-font-metric handling in ExTeX. 
org.extex.font.format.xtf This package contains the definitions and implementations for the TTF/OTF font handling in ExTeX. 
org.extex.font.manager   
org.extex.interpreter This package contains the macro expansion engine and all supporting classes. 
org.extex.interpreter.context This package contains the container for data in the interpreter. 
org.extex.interpreter.max This package contains the macro expansion engine and supporting classes. 
org.extex.interpreter.max.context This package contains a reference implementation for the Context
org.extex.main.tex This package contains some support classes for the ExTeX main program. 
org.extex.typesetter.tc.font   
org.extex.typesetter.tc.font.impl   
 

Classes in org.extex.font used by org.extex
CoreFontFactory
          This interface describes the features of a font factory needed by the core.
 

Classes in org.extex.font used by org.extex.backend
CoreFontFactory
          This interface describes the features of a font factory needed by the core.
FontAware
          This interface describes the ability to receive a FontFactory via a setter method.
 

Classes in org.extex.font used by org.extex.backend.documentWriter.itextpdf
BackendFont
          Interface for a backend font.
BackendFontManager
          The back-end font manager describes the abilities needed by a back-end to deal with fonts.
CoreFontFactory
          This interface describes the features of a font factory needed by the core.
FontAware
          This interface describes the ability to receive a FontFactory via a setter method.
 

Classes in org.extex.font used by org.extex.backend.documentWriter.postscript
CoreFontFactory
          This interface describes the features of a font factory needed by the core.
FontAware
          This interface describes the ability to receive a FontFactory via a setter method.
 

Classes in org.extex.font used by org.extex.backend.documentWriter.postscript.util
BackendCharacter
          Interface for a backend character.
BackendFontManager
          The back-end font manager describes the abilities needed by a back-end to deal with fonts.
 

Classes in org.extex.font used by org.extex.backend.documentWriter.xml
CoreFontFactory
          This interface describes the features of a font factory needed by the core.
FontAware
          This interface describes the ability to receive a FontFactory via a setter method.
 

Classes in org.extex.font used by org.extex.engine
CoreFontFactory
          This interface describes the features of a font factory needed by the core.
 

Classes in org.extex.font used by org.extex.engine.backend
CoreFontFactory
          This interface describes the features of a font factory needed by the core.
 

Classes in org.extex.font used by org.extex.engine.exception
FontKey
          Class for a font key.
 

Classes in org.extex.font used by org.extex.font
BackendCharacter
          Interface for a backend character.
BackendFont
          Interface for a backend font.
BackendFontFactory
          Factory for the backend font.
BackendFontManager
          The back-end font manager describes the abilities needed by a back-end to deal with fonts.
BaseFont
          Interface for the font.
CoreFontFactory
          This interface describes the features of a font factory needed by the core.
ExtexFont
          Interface for the extex font.
FontKey
          Class for a font key.
 

Classes in org.extex.font used by org.extex.font.exception
FontKey
          Class for a font key.
 

Classes in org.extex.font used by org.extex.font.format
BaseFont
          Interface for the font.
ExtexFont
          Interface for the extex font.
FontKey
          Class for a font key.
 

Classes in org.extex.font used by org.extex.font.format.afm
BackendCharacter
          Interface for a backend character.
BackendFont
          Interface for a backend font.
BaseFont
          Interface for the font.
CoreFontFactory
          This interface describes the features of a font factory needed by the core.
ExtexFont
          Interface for the extex font.
FontKey
          Class for a font key.
LoadableFont
          Interface for font which can be loaded from an external resource.
 

Classes in org.extex.font used by org.extex.font.format.tfm
BackendCharacter
          Interface for a backend character.
BackendFont
          Interface for a backend font.
BaseFont
          Interface for the font.
CoreFontFactory
          This interface describes the features of a font factory needed by the core.
ExtexFont
          Interface for the extex font.
FontKey
          Class for a font key.
LoadableFont
          Interface for font which can be loaded from an external resource.
 

Classes in org.extex.font used by org.extex.font.format.vf
BackendCharacter
          Interface for a backend character.
BackendFont
          Interface for a backend font.
BaseFont
          Interface for the font.
CoreFontFactory
          This interface describes the features of a font factory needed by the core.
ExtexFont
          Interface for the extex font.
FontAware
          This interface describes the ability to receive a FontFactory via a setter method.
FontKey
          Class for a font key.
LoadableFont
          Interface for font which can be loaded from an external resource.
 

Classes in org.extex.font used by org.extex.font.format.xtf
BackendCharacter
          Interface for a backend character.
BackendFont
          Interface for a backend font.
BaseFont
          Interface for the font.
CoreFontFactory
          This interface describes the features of a font factory needed by the core.
ExtexFont
          Interface for the extex font.
FontKey
          Class for a font key.
LoadableFont
          Interface for font which can be loaded from an external resource.
 

Classes in org.extex.font used by org.extex.font.manager
BackendCharacter
          Interface for a backend character.
BackendFont
          Interface for a backend font.
BackendFontFactory
          Factory for the backend font.
BackendFontManager
          The back-end font manager describes the abilities needed by a back-end to deal with fonts.
FontKey
          Class for a font key.
 

Classes in org.extex.font used by org.extex.interpreter
CoreFontFactory
          This interface describes the features of a font factory needed by the core.
 

Classes in org.extex.font used by org.extex.interpreter.context
CoreFontFactory
          This interface describes the features of a font factory needed by the core.
 

Classes in org.extex.font used by org.extex.interpreter.max
CoreFontFactory
          This interface describes the features of a font factory needed by the core.
 

Classes in org.extex.font used by org.extex.interpreter.max.context
CoreFontFactory
          This interface describes the features of a font factory needed by the core.
 

Classes in org.extex.font used by org.extex.main.tex
CoreFontFactory
          This interface describes the features of a font factory needed by the core.
 

Classes in org.extex.font used by org.extex.typesetter.tc.font
ExtexFont
          Interface for the extex font.
FontKey
          Class for a font key.
 

Classes in org.extex.font used by org.extex.typesetter.tc.font.impl
ExtexFont
          Interface for the extex font.
FontKey
          Class for a font key.