org.extex.font.format.ofm
Class OfmCharInfoArray

java.lang.Object
  extended by org.extex.font.format.tfm.TfmCharInfoArray
      extended by org.extex.font.format.ofm.OfmCharInfoArray
All Implemented Interfaces:
java.io.Serializable

public class OfmCharInfoArray
extends TfmCharInfoArray

Class for TFM char info.

Version:
$Revision: 6376 $
Author:
Michael Niedermair
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.extex.font.format.tfm.TfmCharInfoArray
bc
 
Constructor Summary
OfmCharInfoArray(RandomAccessR rar, int cc)
          Create a new object.
 
Method Summary
 OfmCharInfoWord[] getCharinfoword()
          Getter for charinfoword.
 
Methods inherited from class org.extex.font.format.tfm.TfmCharInfoArray
createCharTable, createLigKernMap, getBc, getCharInfoWord, getDepth, getHeight, getItalic, getWidth, setEncodingTable, takeDimen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfmCharInfoArray

public OfmCharInfoArray(RandomAccessR rar,
                        int cc)
                 throws java.io.IOException
Create a new object.

Parameters:
rar - the input
cc - number of character
Throws:
java.io.IOException - if an IO-error occurs.
Method Detail

getCharinfoword

public OfmCharInfoWord[] getCharinfoword()
Getter for charinfoword.

Overrides:
getCharinfoword in class TfmCharInfoArray
Returns:
the charinfoword