org.extex.font.format.ofm
Class OfmCharInfoWord

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

public class OfmCharInfoWord
extends TfmCharInfoWord

Class for OFM char info word.

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

Field Summary
 
Fields inherited from class org.extex.font.format.tfm.TfmCharInfoWord
charid, EXT_TAG, LIG_TAG, LIST_TAG, NO_TAG, NOCHARCODE, NOINDEX, TAG0, TAG1, TAG2, TAG3, widthindex
 
Constructor Summary
OfmCharInfoWord(RandomAccessR rar, int id)
          Create a new object.
 
Method Summary
 
Methods inherited from class org.extex.font.format.tfm.TfmCharInfoWord
createLigKernMap, exists, foundEntry, getBc, getBot, getCharid, getDepth, getDepthindex, getGlyphname, getHeight, getHeightindex, getItalic, getItalicindex, getKerning, getLigature, getLigkernstart, getLigKernTable, getMid, getNextchar, getRemainder, getRep, getTag, getTagNumber, getTop, getWidth, getWidthindex, resetTag, setBc, setBot, setDepth, setGlyphname, setHeight, setItalic, setLigkernstart, setLigKernTable, setMid, setNextchar, setRep, setTop, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfmCharInfoWord

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

Parameters:
rar - the input
id - the id
Throws:
java.io.IOException - if an IO-error occurs.