|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.psfontmap.PsFontsMapReader
public class PsFontsMapReader
Reader for a psfonts.map-file.
| Field Summary | |
|---|---|
static PsFontsMapReader |
mapreader
The single instance. |
| Method Summary | |
|---|---|
static PsFontsMapReader |
getInstance(java.io.InputStream in)
Returns the single instance of the PsFontsMapReader. |
PsFontEncoding |
getPSFontEncoding(java.lang.String filename)
Returns the encoding object for a font. |
java.util.Map<java.lang.String,PsFontEncoding> |
getPsFontEncodingMap()
Returns the map with all PSFontEncodings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static PsFontsMapReader mapreader
| Method Detail |
|---|
public static PsFontsMapReader getInstance(java.io.InputStream in)
throws FontException
PsFontsMapReader.
in - The input stream.
PsFontsMapReader.
FontException - if an font-error occurred.public PsFontEncoding getPSFontEncoding(java.lang.String filename)
filename - The font file name.
public java.util.Map<java.lang.String,PsFontEncoding> getPsFontEncodingMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||