Uses of Interface
de.dante.extex.interpreter.context.ContextFont

Packages that use ContextFont
de.dante.extex.interpreter.context This package contains the container for data in the interpreter. 
de.dante.extex.interpreter.context.impl This package contains a reference implementation for the Context
de.dante.extex.interpreter.context.impl.extension   
 

Uses of ContextFont in de.dante.extex.interpreter.context
 

Subinterfaces of ContextFont in de.dante.extex.interpreter.context
 interface Context
          This interface describes the container for all data of an interpreter context.
 interface ContextInternals
          This interface describes the abilities of a Context together with some internal methods.
 

Uses of ContextFont in de.dante.extex.interpreter.context.impl
 

Classes in de.dante.extex.interpreter.context.impl that implement ContextFont
 class ContextImpl
          This is a reference implementation for an interpreter context.
 

Uses of ContextFont in de.dante.extex.interpreter.context.impl.extension
 

Classes in de.dante.extex.interpreter.context.impl.extension that implement ContextFont
 class ContextExtensionImpl
          This is a reference implementation for an interpreter context with ExTeX functions.