Class MacOSRomanEncoding

All Implemented Interfaces:
COSObjectable

public class MacOSRomanEncoding extends MacRomanEncoding
This is the Mac OS Roman encoding, which is similar to the MacRomanEncoding with the addition of 15 entries
  • Field Details

    • MAC_OS_ROMAN_ENCODING_TABLE

      private static final Object[][] MAC_OS_ROMAN_ENCODING_TABLE
      Table of octal character codes and their corresponding names on top of MacRomanEncoding.
    • INSTANCE

      public static final MacOSRomanEncoding INSTANCE
      Singleton instance of this class.
      Since:
      Apache PDFBox 2.0.0
  • Constructor Details

    • MacOSRomanEncoding

      public MacOSRomanEncoding()
      Constructor.
  • Method Details