|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FontException | |
|---|---|
| org.extex | This package contains |
| 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.afm | This package contains the definitions and implementations for the AFM (Type1) font handling in ExTeX. |
| org.extex.font.format.dvi | This package contains the definitions and implementations for the DVI handling in ExTeX. |
| org.extex.font.format.dvi.command | |
| org.extex.font.format.pfb | This package contains the definitions and implementations for the PFB (Type1) font handling in ExTeX. |
| org.extex.font.format.pl | This package contains the definitions and implementations for the PL font format handling in ExTeX. |
| org.extex.font.format.psfontmap | This package contains the definitions and implementations for the psfonts.map-file. |
| org.extex.font.format.texencoding | This package contains the definitions and implementations for the font-enc-file. |
| org.extex.font.format.vf | This package contains the definitions and implementations for the VF-font-metric handling in ExTeX. |
| org.extex.font.format.vf.command | This package contains the definitions and implementations for the VF-commands handling in ExTeX. |
| org.extex.font.manager | |
| org.extex.main.tex | This package contains some support classes for the ExTeX main program. |
| Uses of FontException in org.extex |
|---|
| Methods in org.extex that throw FontException | |
|---|---|
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 Interpreter |
ExTeX.makeInterpreter(Configuration config,
OutputStreamFactory outFactory,
ResourceFinder finder,
java.lang.String jobname)
Create a new interpreter. |
| Uses of FontException in org.extex.font |
|---|
| Methods in org.extex.font that throw FontException | |
|---|---|
BackendFont |
FontFactoryImpl.getBackendFont(FontKey key)
Return the font for the backend. |
BackendFont |
BackendFontFactory.getBackendFont(FontKey key)
Return the font for the backend. |
ExtexFont |
FontFactoryImpl.getInstance(FontKey key)
Return a new instance. |
ExtexFont |
CoreFontFactory.getInstance(FontKey key)
Return a new instance. |
boolean |
BackendFontManager.recognize(FontKey fontKey,
UnicodeChar uc)
Take a character and a font and see if they can be managed by this manager. |
| Uses of FontException in org.extex.font.exception |
|---|
| Subclasses of FontException in org.extex.font.exception | |
|---|---|
class |
CorruptFontException
Font exception if problems occurred during reading the font file. |
| Uses of FontException in org.extex.font.format.afm |
|---|
| Constructors in org.extex.font.format.afm that throw FontException | |
|---|---|
AfmParser(java.io.InputStream in)
Create a new object. |
|
| Uses of FontException in org.extex.font.format.dvi |
|---|
| Methods in org.extex.font.format.dvi that throw FontException | |
|---|---|
void |
DviInterpreter.interpret(RandomAccessR rar)
Interpreter for DVI. |
| Uses of FontException in org.extex.font.format.dvi.command |
|---|
| Methods in org.extex.font.format.dvi.command that throw FontException | |
|---|---|
void |
DviExecuteCommand.execute(DviBOP command)
execute DviBOP |
void |
DviExecuteCommand.execute(DviChar command)
execute DviChar. |
void |
DviExecuteCommand.execute(DviDown command)
execute DviDown |
void |
DviExecuteCommand.execute(DviEOP command)
execute DviEOP |
void |
DviExecuteCommand.execute(DviFntDef command)
execute DviFntDef |
void |
DviExecuteCommand.execute(DviFntNum command)
execute DviFntNum |
void |
DviExecuteCommand.execute(DviNOP command)
execute DviNOP |
void |
DviExecuteCommand.execute(DviPOP command)
execute DviPOP |
void |
DviExecuteCommand.execute(DviPost command)
execute DviPost |
void |
DviExecuteCommand.execute(DviPostPost command)
execute DviPostPost |
void |
DviExecuteCommand.execute(DviPre command)
execute DviPre |
void |
DviExecuteCommand.execute(DviPush command)
execute DviPUSH |
void |
DviExecuteCommand.execute(DviRight command)
execute DviRight |
void |
DviExecuteCommand.execute(DviRule command)
execute DviRule |
void |
DviExecuteCommand.execute(DviW command)
execute DviW |
void |
DviExecuteCommand.execute(DviX command)
execute DviX |
void |
DviExecuteCommand.execute(DviXXX command)
execute DviXXX |
void |
DviExecuteCommand.execute(DviY command)
execute DviY |
void |
DviExecuteCommand.execute(DviZ command)
execute DviZ |
static java.util.List<DviFntDef> |
DviCommand.getFntDefs(RandomAccessR rar)
Read the fnt_def commands. |
static DviCommand |
DviCommand.getNextCommand(RandomAccessR rar)
Reads the next dvi command. |
static DviPost |
DviCommand.getPost(RandomAccessR rar)
Reads the DviPost command. |
static DviPre |
DviCommand.getPre(RandomAccessR rar)
Reads the DviPre command. |
DviCommand |
DviReadCommand.read(RandomAccessR rar,
int opcode,
int sp)
Read a dvi command. |
| Uses of FontException in org.extex.font.format.pfb |
|---|
| Subclasses of FontException in org.extex.font.format.pfb | |
|---|---|
class |
PfbException
Exception for the pfb parser. |
class |
PfbIncorrectRecordTypeException
Exception for the pfb parser: Incorrect Record Type. |
class |
PfbStartMarkerMissingException
Exception for the pfb parser: Start marker is missing. |
| Constructors in org.extex.font.format.pfb that throw FontException | |
|---|---|
PfbParser(byte[] data)
Create a new object. |
|
PfbParser(java.io.File file)
Create a new object. |
|
PfbParser(java.io.InputStream in)
Create a new object. |
|
PfbParser(java.lang.String filename)
Create a new object. |
|
| Uses of FontException in org.extex.font.format.pl |
|---|
| Methods in org.extex.font.format.pl that throw FontException | |
|---|---|
void |
PlFormat.toPL(PlWriter out)
Print all information (jn PL-format) to the writer. |
| Uses of FontException in org.extex.font.format.psfontmap |
|---|
| Methods in org.extex.font.format.psfontmap that throw FontException | |
|---|---|
static PsFontsMapReader |
PsFontsMapReader.getInstance(java.io.InputStream in)
Returns the single instance of the PsFontsMapReader. |
| Uses of FontException in org.extex.font.format.texencoding |
|---|
| Methods in org.extex.font.format.texencoding that throw FontException | |
|---|---|
java.lang.String[] |
EncFactory.getEncodingTable(java.lang.String filename)
Returns the encoding table. |
java.lang.String[] |
EncFactory.getEncodingTableWithoutSlash(java.lang.String filename)
Returns the encoding table (without a slash in the name). |
EncReader |
EncFactory.getEncReader(java.lang.String filename)
Returns the encoding reader. |
| Constructors in org.extex.font.format.texencoding that throw FontException | |
|---|---|
EncReader(java.io.InputStream in)
Create a new object. |
|
| Uses of FontException in org.extex.font.format.vf |
|---|
| Methods in org.extex.font.format.vf that throw FontException | |
|---|---|
void |
VfDvi2Node.execute(DviBOP command)
execute DviBOP |
void |
VfDvi2Node.execute(DviChar command)
execute DviChar. |
void |
VfDvi2Node.execute(DviDown command)
execute DviDown |
void |
VfDvi2Node.execute(DviEOP command)
execute DviEOP |
void |
VfDvi2Node.execute(DviFntDef command)
execute DviFntDef |
void |
VfDvi2Node.execute(DviFntNum command)
execute DviFntNum |
void |
VfDvi2Node.execute(DviNOP command)
execute DviNOP |
void |
VfDvi2Node.execute(DviPOP command)
execute DviPOP |
void |
VfDvi2Node.execute(DviPost command)
execute DviPost |
void |
VfDvi2Node.execute(DviPostPost command)
execute DviPostPost |
void |
VfDvi2Node.execute(DviPre command)
execute DviPre |
void |
VfDvi2Node.execute(DviPush command)
execute DviPUSH |
void |
VfDvi2Node.execute(DviRight command)
execute DviRight |
void |
VfDvi2Node.execute(DviRule command)
execute DviRule |
void |
VfDvi2Node.execute(DviW command)
execute DviW |
void |
VfDvi2Node.execute(DviX command)
execute DviX |
void |
VfDvi2Node.execute(DviXXX command)
execute DviXXX |
void |
VfDvi2Node.execute(DviY command)
execute DviY |
void |
VfDvi2Node.execute(DviZ command)
execute DviZ |
void |
VfDvi2Node.interpret(RandomAccessR rar)
Interpreter for DVI. |
| Constructors in org.extex.font.format.vf that throw FontException | |
|---|---|
VfFont(java.lang.String fontname,
java.io.InputStream in,
TfmReader tfmreader)
Creates a new object. |
|
| Uses of FontException in org.extex.font.format.vf.command |
|---|
| Methods in org.extex.font.format.vf.command that throw FontException | |
|---|---|
void |
VfDviXml.execute(DviBOP command)
execute DviBOP |
void |
VfDviXml.execute(DviChar command)
execute DviChar. |
void |
VfDviXml.execute(DviDown command)
execute DviDown |
void |
VfDviXml.execute(DviEOP command)
execute DviEOP |
void |
VfDviXml.execute(DviFntDef command)
execute DviFntDef |
void |
VfDviXml.execute(DviFntNum command)
execute DviFntNum |
void |
VfDviXml.execute(DviNOP command)
execute DviNOP |
void |
VfDviXml.execute(DviPOP command)
execute DviPOP |
void |
VfDviXml.execute(DviPost command)
execute DviPost |
void |
VfDviXml.execute(DviPostPost command)
execute DviPostPost |
void |
VfDviXml.execute(DviPre command)
execute DviPre |
void |
VfDviXml.execute(DviPush command)
execute DviPUSH |
void |
VfDviXml.execute(DviRight command)
execute DviRight |
void |
VfDviXml.execute(DviRule command)
execute DviRule |
void |
VfDviXml.execute(DviW command)
execute DviW |
void |
VfDviXml.execute(DviX command)
execute DviX |
void |
VfDviXml.execute(DviXXX command)
execute DviXXX |
void |
VfDviXml.execute(DviY command)
execute DviY |
void |
VfDviXml.execute(DviZ command)
execute DviZ |
static VfCommand |
VfCommand.getInstance(Localizer localizer,
RandomAccessR rar)
Return the new instance of the command. |
void |
VfDviXml.interpret(RandomAccessR rar)
Interpreter for DVI. |
| Constructors in org.extex.font.format.vf.command that throw FontException | |
|---|---|
VfCommandCharacterPackets(Localizer localizer,
RandomAccessR rar,
int ccode)
Creates a new object. |
|
VfCommandFontDef(Localizer localizer,
RandomAccessR rar,
int ccode)
Create e new object. |
|
VfCommandPost(Localizer localizer,
RandomAccessR rar,
int ccode)
Create e new object. |
|
VfCommandPre(Localizer localizer,
RandomAccessR rar,
int ccode)
Create e new object. |
|
| Uses of FontException in org.extex.font.manager |
|---|
| Methods in org.extex.font.manager that throw FontException | |
|---|---|
boolean |
XtfBackendFontManager.recognize(FontKey fontKey,
UnicodeChar uc)
Take a character and a font and see if they can be managed by this manager. |
boolean |
AfmBackendFontManager.recognize(FontKey fontKey,
UnicodeChar uc)
Take a character and a font and see if they can be managed by this manager. |
boolean |
BackendFontManagerList.recognize(FontKey fontKey,
UnicodeChar uc)
Take a character and a font and see if they can be managed by this manager. |
boolean |
TfmBackendFontManager.recognize(FontKey fontKey,
UnicodeChar uc)
Take a character and a font and see if they can be managed by this manager. |
| Uses of FontException in org.extex.main.tex |
|---|
| Methods in org.extex.main.tex that throw FontException | |
|---|---|
protected Interpreter |
TeX.makeInterpreter(Configuration config,
OutputStreamFactory outFactory,
ResourceFinder finder,
java.lang.String jobname)
Create a new interpreter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||