org.apache.fop.fonts
Class TTFCmapEntry

java.lang.Object
  |
  +--org.apache.fop.fonts.TTFCmapEntry

public class TTFCmapEntry
extends java.lang.Object

The CMap entry contains information of a Unicode range and the the glyph indexes related to the range


Field Summary
 int glyphStartIndex
           
 int unicodeEnd
           
 int unicodeStart
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

unicodeStart

public int unicodeStart

unicodeEnd

public int unicodeEnd

glyphStartIndex

public int glyphStartIndex
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.