|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.tfm.TfmExtenArray
public class TfmExtenArray
Class for TFM exten array.
Extensible characters are specified by an extensible_recipe, which consists of four bytes called top, mid, bot, and rep (in this order). These bytes are the character codes of individual pieces used to build up a large symbol.
Information from: The DVI Driver Standard, Level 0 The TUG DVI Driver Standards Committee
| Constructor Summary | |
|---|---|
TfmExtenArray(RandomAccessR rar,
int ne)
Create a new object. |
|
| Method Summary | |
|---|---|
TfmExtensibleRecipe[] |
getExtensiblerecipe()
Returns the extensiblerecipe. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TfmExtenArray(RandomAccessR rar,
int ne)
throws java.io.IOException
rar - the inputne - number of words in the extensible character table
java.io.IOException - if an IO-error occurs.| Method Detail |
|---|
public TfmExtensibleRecipe[] getExtensiblerecipe()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||