org.apache.fop.fonts.truetype
Class TTFCmapEntry
java.lang.Object
org.apache.fop.fonts.truetype.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
equals
public boolean equals(Object o)
java.lang.Object.equals(Object)
getGlyphStartIndex
public int getGlyphStartIndex()
Returns the glyphStartIndex.
getUnicodeEnd
public int getUnicodeEnd()
Returns the unicodeEnd.
getUnicodeStart
public int getUnicodeStart()
Returns the unicodeStart.
setGlyphStartIndex
public void setGlyphStartIndex(int glyphStartIndex)
Sets the glyphStartIndex.
glyphStartIndex
- The glyphStartIndex to set
setUnicodeEnd
public void setUnicodeEnd(int unicodeEnd)
Sets the unicodeEnd.
unicodeEnd
- The unicodeEnd to set
setUnicodeStart
public void setUnicodeStart(int unicodeStart)
Sets the unicodeStart.
unicodeStart
- The unicodeStart to set
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.