Class CFFFont.OffsetItem

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int offset  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected OffsetItem()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getOffset()
      Retrieves offset of an OffsetItem object.
      void setOffset​(int offset)
      Set the value of an offset item that was initially unknown.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • offset

        private int offset
    • Constructor Detail

      • OffsetItem

        protected OffsetItem()
    • Method Detail

      • getOffset

        public int getOffset()
        Retrieves offset of an OffsetItem object.
        Returns:
        offset value
      • setOffset

        public void setOffset​(int offset)
        Set the value of an offset item that was initially unknown. It will be fixed up latex by a call to xref on some marker.
        Parameters:
        offset - offset to set