Class CFFTable.CFFBytesource

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private TrueTypeFont ttf  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getBytes()
      Returns the source bytes.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getBytes

        public byte[] getBytes()
                        throws java.io.IOException
        Description copied from interface: CFFParser.ByteSource
        Returns the source bytes. May be called more than once.
        Specified by:
        getBytes in interface CFFParser.ByteSource
        Throws:
        java.io.IOException