public final class CFFExpertCharset extends CFFCharset
Modifier and Type | Field and Description |
---|---|
private static java.lang.Object[][] |
CFF_EXPERT_CHARSET_TABLE
Table of character codes and their corresponding names.
|
private static int |
CHAR_CODE |
private static int |
CHAR_NAME |
private static CFFExpertCharset |
INSTANCE |
Modifier | Constructor and Description |
---|---|
private |
CFFExpertCharset() |
Modifier and Type | Method and Description |
---|---|
static CFFExpertCharset |
getInstance()
Returns an instance of the CFFExpertCharset class.
|
addCID, addSID, getCIDForGID, getGIDForCID, getGIDForSID, getNameForGID, getSID, getSIDForGID, isCIDFont
private static final int CHAR_CODE
private static final int CHAR_NAME
private static final java.lang.Object[][] CFF_EXPERT_CHARSET_TABLE
private static final CFFExpertCharset INSTANCE
public static CFFExpertCharset getInstance()