org.apache.fop.fonts
Class TTFCmapEntry

java.lang.Object
  extended byorg.apache.fop.fonts.TTFCmapEntry

public class TTFCmapEntry
extends 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(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(Object o)


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