org.extex.font.format.ofm
Class OfmHeaderLengths

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

public class OfmHeaderLengths
extends TfmHeaderLengths

Class for the OFM header length table.

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

Field Summary
 
Fields inherited from class org.extex.font.format.tfm.TfmHeaderLengths
bc, cc, ec, lf, lh, nd, ne, nh, ni, nk, nl, np, nw
 
Constructor Summary
OfmHeaderLengths(RandomAccessR rar)
          Creates a new object.
 
Method Summary
 int getFontDirection()
          Getter for fontDirection.
 
Methods inherited from class org.extex.font.format.tfm.TfmHeaderLengths
getBc, getCc, getEc, getLf, getLh, getNd, getNe, getNh, getNi, getNk, getNl, getNp, getNw
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfmHeaderLengths

public OfmHeaderLengths(RandomAccessR rar)
                 throws java.io.IOException
Creates a new object.

Parameters:
rar - The input.
Throws:
java.io.IOException - if a io-error occurred.
Method Detail

getFontDirection

public int getFontDirection()
Getter for fontDirection.

Returns:
the fontDirection