Class Type1Encoding

java.lang.Object
org.apache.pdfbox.encoding.Encoding
org.apache.pdfbox.encoding.Type1Encoding
All Implemented Interfaces:
COSObjectable

public class Type1Encoding extends Encoding
This class represents an encoding which was read from a type1 font.
  • Constructor Details

    • Type1Encoding

      public Type1Encoding(int size)
  • Method Details

    • getCOSObject

      public COSBase getCOSObject()
      Convert this standard java object to a COS object.
      Returns:
      The cos object that matches this Java object.