Class CFFEncoding.Entry

java.lang.Object
org.apache.fontbox.cff.encoding.CFFEncoding.Entry
Enclosing class:
CFFEncoding

public static class CFFEncoding.Entry extends Object
This class represents a single code/SID mapping of the encoding.
  • Constructor Details

    • Entry

      protected Entry(int code, int sid)
      Create a new instance of Entry with the given values.
      Parameters:
      code - the code
      sid - the SID
  • Method Details

    • getCode

      public int getCode()
      The code of the entry.
      Returns:
      the code
    • getSID

      public int getSID()
      The SID of the entry.
      Returns:
      the SID
    • toString

      public String toString()
      Overrides:
      toString in class Object