Class TTFCmapEntry
java.lang.Object
org.docx4j.fonts.fop.fonts.truetype.TTFCmapEntry
The CMap entry contains information of a Unicode range and the
the glyph indexes related to the range
-
Method Summary
Modifier and TypeMethodDescriptionbooleanintReturns the glyphStartIndex.intReturns the unicodeEnd.intReturns the unicodeStart.voidsetGlyphStartIndex(int glyphStartIndex) Sets the glyphStartIndex.voidsetUnicodeEnd(int unicodeEnd) Sets the unicodeEnd.voidsetUnicodeStart(int unicodeStart) Sets the unicodeStart.
-
Method Details
-
equals
-
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
-