Class TTFCmapEntry

java.lang.Object
org.docx4j.fonts.fop.fonts.truetype.TTFCmapEntry

public class TTFCmapEntry extends Object
The CMap entry contains information of a Unicode range and the the glyph indexes related to the range
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class 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