Package org.apache.fontbox.encoding
Class MacRomanEncoding
- java.lang.Object
-
- org.apache.fontbox.encoding.Encoding
-
- org.apache.fontbox.encoding.MacRomanEncoding
-
public class MacRomanEncoding extends Encoding
This is the MacRomanEncoding.
-
-
Field Summary
Fields Modifier and Type Field Description private static int
CHAR_CODE
private static int
CHAR_NAME
static MacRomanEncoding
INSTANCE
Singleton instance of this class.private static java.lang.Object[][]
MAC_ROMAN_ENCODING_TABLE
Table of octal character codes and their corresponding names.-
Fields inherited from class org.apache.fontbox.encoding.Encoding
codeToName, nameToCode
-
-
Constructor Summary
Constructors Constructor Description MacRomanEncoding()
Constructor.
-
Method Summary
-
Methods inherited from class org.apache.fontbox.encoding.Encoding
addCharacterEncoding, getCode, getCodeToNameMap, getName
-
-
-
-
Field Detail
-
CHAR_CODE
private static final int CHAR_CODE
- See Also:
- Constant Field Values
-
CHAR_NAME
private static final int CHAR_NAME
- See Also:
- Constant Field Values
-
MAC_ROMAN_ENCODING_TABLE
private static final java.lang.Object[][] MAC_ROMAN_ENCODING_TABLE
Table of octal character codes and their corresponding names.
-
INSTANCE
public static final MacRomanEncoding INSTANCE
Singleton instance of this class.
-
-