|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.texencoding.EncReader
public class EncReader
Reader for encoding-files.
| Constructor Summary | |
|---|---|
EncReader(java.io.InputStream in)
Create a new object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getEncname()
Returns the encname. |
int |
getPosition(java.lang.String name)
Returns the position of the glyph in the table. |
java.lang.String[] |
getTable()
Returns the encoding table. |
java.lang.String[] |
getTableWithoutSlash()
Returns the encoding table without a slash in the name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EncReader(java.io.InputStream in)
throws FontException
in - input stream for reading
FontException - if an IO-error occurred| Method Detail |
|---|
public java.lang.String getEncname()
public int getPosition(java.lang.String name)
name - The glyph name.
public java.lang.String[] getTable()
public java.lang.String[] getTableWithoutSlash()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||