Class CFFExpertCharset

java.lang.Object
org.apache.fontbox.cff.CFFCharset
org.apache.fontbox.cff.CFFExpertCharset

public final class CFFExpertCharset extends CFFCharset
This is specialized CFFCharset. It's used if the CharsetId of a font is set to 1.
  • Field Details

    • CHAR_CODE

      private static final int CHAR_CODE
      See Also:
    • CHAR_NAME

      private static final int CHAR_NAME
      See Also:
    • CFF_EXPERT_CHARSET_TABLE

      private static final Object[][] CFF_EXPERT_CHARSET_TABLE
      Table of character codes and their corresponding names.
    • INSTANCE

      private static final CFFExpertCharset INSTANCE
  • Constructor Details

    • CFFExpertCharset

      private CFFExpertCharset()
  • Method Details

    • getInstance

      public static CFFExpertCharset getInstance()
      Returns an instance of the CFFExpertCharset class.
      Returns:
      an instance of CFFExpertCharset