Class CFFFont.Item

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int myOffset  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Item()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void emit​(byte[] buffer)
      Emit the byte stream for this item.
      void increment​(int[] currentOffset)
      remember the current offset and increment by item's size in bytes.
      void xref()
      Fix up cross references to this item (applies only to markers).
      • Methods inherited from class java.lang.Object

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

      • myOffset

        protected int myOffset
    • Constructor Detail

      • Item

        protected Item()
    • Method Detail

      • increment

        public void increment​(int[] currentOffset)
        remember the current offset and increment by item's size in bytes.
      • emit

        public void emit​(byte[] buffer)
        Emit the byte stream for this item.
      • xref

        public void xref()
        Fix up cross references to this item (applies only to markers).