Class TTFCmapEntry
java.lang.Object
org.docx4j.fonts.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
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)intgetGlyphStartIndex()Returns the glyphStartIndex.intgetUnicodeEnd()Returns the unicodeEnd.intgetUnicodeStart()Returns the unicodeStart.voidsetGlyphStartIndex(int glyphStartIndex)Sets the glyphStartIndex.voidsetUnicodeEnd(int unicodeEnd)Sets the unicodeEnd.voidsetUnicodeStart(int unicodeStart)Sets the unicodeStart.
-
Method Details
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
getGlyphStartIndex
public int getGlyphStartIndex()Returns the glyphStartIndex.- Returns:
- int
-
getUnicodeEnd
public int getUnicodeEnd()Returns the unicodeEnd.- Returns:
- int
-
getUnicodeStart
public int getUnicodeStart()Returns the unicodeStart.- Returns:
- int
-
setGlyphStartIndex
public void setGlyphStartIndex(int glyphStartIndex)Sets the glyphStartIndex.- Parameters:
glyphStartIndex- The glyphStartIndex to set
-
setUnicodeEnd
public void setUnicodeEnd(int unicodeEnd)Sets the unicodeEnd.- Parameters:
unicodeEnd- The unicodeEnd to set
-
setUnicodeStart
public void setUnicodeStart(int unicodeStart)Sets the unicodeStart.- Parameters:
unicodeStart- The unicodeStart to set
-