Class CFFCharset.Entry

java.lang.Object
org.apache.fontbox.cff.charset.CFFCharset.Entry
Enclosing class:
CFFCharset

public static class CFFCharset.Entry extends Object
This class represents a single SID/name mapping of the charset.
  • Constructor Details

    • Entry

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

    • getSID

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

      public String getName()
      The Name of this entry.
      Returns:
      the name
    • toString

      public String toString()
      Overrides:
      toString in class Object