|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CoreFontFactory | |
|---|---|
| org.extex | This package contains |
| org.extex.backend | This package contains the backends of |
| 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.engine | This package contains the core engine of |
| org.extex.engine.backend | This package contains the backend support of the core engine of
|
| org.extex.font | This package contains the core data types for fonts in ExTeX. |
| 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.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. |
| Uses of CoreFontFactory in org.extex |
|---|
| Methods in org.extex that return CoreFontFactory | |
|---|---|
protected CoreFontFactory |
ExTeX.makeFontFactory(Configuration config,
ResourceFinder finder)
Create a new font factory. |
| Methods in org.extex with parameters of type CoreFontFactory | |
|---|---|
protected BackendDriver |
ExTeX.makeBackend(Configuration config,
OutputStreamFactory outFactory,
DocumentWriterOptions options,
ResourceFinder finder,
CoreFontFactory fontFactory)
Create a new document writer. |
protected Context |
ExTeX.makeContext(Configuration config,
TokenFactory tokenFactory,
CoreFontFactory fontFactory,
Interpreter interpreter,
ResourceFinder finder,
java.lang.String jobname,
OutputStreamFactory outFactory)
Prepare the context according to its configuration. |
protected Font |
ExTeX.makeDefaultFont(Configuration config,
CoreFontFactory fontFactory)
Create a default font for the interpreter context. |
protected Typesetter |
ExTeX.makeTypesetter(Interpreter interpreter,
Configuration config,
OutputStreamFactory outFactory,
ResourceFinder finder,
CoreFontFactory fontFactory)
Create a new typesetter. |
| Uses of CoreFontFactory in org.extex.backend |
|---|
| Methods in org.extex.backend with parameters of type CoreFontFactory | |
|---|---|
void |
BackendDriverImpl.setFontFactory(CoreFontFactory factory)
Setter for the font factory. |
| Uses of CoreFontFactory in org.extex.backend.documentWriter.itextpdf |
|---|
| Methods in org.extex.backend.documentWriter.itextpdf with parameters of type CoreFontFactory | |
|---|---|
void |
TwoPassDocumentWriter.setFontFactory(CoreFontFactory factory)
Setter for the font factory. |
void |
PdfDocumentWriter.setFontFactory(CoreFontFactory factory)
Setter for the font factory. |
| Uses of CoreFontFactory in org.extex.backend.documentWriter.postscript |
|---|
| Methods in org.extex.backend.documentWriter.postscript that return CoreFontFactory | |
|---|---|
CoreFontFactory |
AbstractPostscriptWriter.getFontFactory()
Getter for fontFactory. |
| Methods in org.extex.backend.documentWriter.postscript with parameters of type CoreFontFactory | |
|---|---|
void |
AbstractPostscriptWriter.setFontFactory(CoreFontFactory factory)
Setter for the font factory. |
| Uses of CoreFontFactory in org.extex.backend.documentWriter.xml |
|---|
| Methods in org.extex.backend.documentWriter.xml with parameters of type CoreFontFactory | |
|---|---|
void |
XMLDocumentWriter.setFontFactory(CoreFontFactory factory)
Setter for the font factory. |
| Uses of CoreFontFactory in org.extex.engine |
|---|
| Constructors in org.extex.engine with parameters of type CoreFontFactory | |
|---|---|
FontInjector(CoreFontFactory factory)
Creates a new object. |
|
| Uses of CoreFontFactory in org.extex.engine.backend |
|---|
| Methods in org.extex.engine.backend with parameters of type CoreFontFactory | |
|---|---|
BackendDriver |
BackendFactory.newInstance(java.lang.String type,
OutputStreamFactory outFactory,
ResourceFinder finder,
java.util.Properties properties,
java.lang.String creator,
CoreFontFactory fontFactory,
ColorConverter colorConverter)
Acquire an instance of a back-end driver. |
| Uses of CoreFontFactory in org.extex.font |
|---|
| Subinterfaces of CoreFontFactory in org.extex.font | |
|---|---|
interface |
FontFactory
This interface describes a factory to manage fonts. |
| Classes in org.extex.font that implement CoreFontFactory | |
|---|---|
class |
FontFactoryImpl
Factory to load a font. |
| Methods in org.extex.font with parameters of type CoreFontFactory | |
|---|---|
void |
LoadableFont.loadFont(java.io.InputStream in,
CoreFontFactory factory,
FontKey fontKey)
Load a font from the stream. |
void |
FontAware.setFontFactory(CoreFontFactory factory)
Setter for the font factory. |
| Uses of CoreFontFactory in org.extex.font.format.afm |
|---|
| Methods in org.extex.font.format.afm with parameters of type CoreFontFactory | |
|---|---|
void |
LoadableAfmFont.loadFont(java.io.InputStream in,
CoreFontFactory factory,
FontKey key)
Load a font from the stream. |
| Uses of CoreFontFactory in org.extex.font.format.tfm |
|---|
| Methods in org.extex.font.format.tfm with parameters of type CoreFontFactory | |
|---|---|
void |
LoadableTfmFont.loadFont(java.io.InputStream in,
CoreFontFactory factory,
FontKey key)
Load a font from the stream. |
| Uses of CoreFontFactory in org.extex.font.format.vf |
|---|
| Methods in org.extex.font.format.vf with parameters of type CoreFontFactory | |
|---|---|
void |
LoadableVfFont.loadFont(java.io.InputStream in,
CoreFontFactory factory,
FontKey fontKey)
Load a font from the stream. |
void |
LoadableVfFont.setFontFactory(CoreFontFactory factory)
Setter for the font factory. |
| Constructors in org.extex.font.format.vf with parameters of type CoreFontFactory | |
|---|---|
VfDvi2Node(UnicodeChar uc,
TypesettingContext tc,
NodeFactory factory,
TypesettingContextFactory tcFactory,
CoreFontFactory fontfactory,
int charpos,
VfFont vfFont)
Creates a new object. |
|
| Uses of CoreFontFactory in org.extex.font.format.xtf |
|---|
| Methods in org.extex.font.format.xtf with parameters of type CoreFontFactory | |
|---|---|
void |
LoadableXtfFont.loadFont(java.io.InputStream in,
CoreFontFactory factory,
FontKey key)
Load a font from the stream. |
| Uses of CoreFontFactory in org.extex.interpreter |
|---|
| Methods in org.extex.interpreter with parameters of type CoreFontFactory | |
|---|---|
void |
Interpreter.setFontFactory(CoreFontFactory fontFactory)
Setter for the font factory |
| Uses of CoreFontFactory in org.extex.interpreter.context |
|---|
| Methods in org.extex.interpreter.context that return CoreFontFactory | |
|---|---|
CoreFontFactory |
ContextFont.getFontFactory()
Getter for the font factory. |
| Methods in org.extex.interpreter.context with parameters of type CoreFontFactory | |
|---|---|
void |
ContextFont.setFontFactory(CoreFontFactory fontFactory)
Setter for the font factory. |
| Uses of CoreFontFactory in org.extex.interpreter.max |
|---|
| Methods in org.extex.interpreter.max with parameters of type CoreFontFactory | |
|---|---|
void |
Max.setFontFactory(CoreFontFactory fontFactory)
Setter for the font factory |
| Uses of CoreFontFactory in org.extex.interpreter.max.context |
|---|
| Methods in org.extex.interpreter.max.context that return CoreFontFactory | |
|---|---|
CoreFontFactory |
ContextImpl.getFontFactory()
|
| Methods in org.extex.interpreter.max.context with parameters of type CoreFontFactory | |
|---|---|
void |
ContextImpl.setFontFactory(CoreFontFactory factory)
Setter for the font factory. |
| Uses of CoreFontFactory in org.extex.main.tex |
|---|
| Methods in org.extex.main.tex with parameters of type CoreFontFactory | |
|---|---|
protected BackendDriver |
TeX.makeBackend(Configuration config,
OutputStreamFactory outFactory,
DocumentWriterOptions options,
ResourceFinder finder,
CoreFontFactory fontFactory)
Create a new document writer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||