public final class CFFExpertSubsetCharset extends CFFCharset
Modifier and Type | Field and Description |
---|---|
private static java.lang.Object[][] |
CFF_EXPERT_SUBSET_CHARSET_TABLE
Table of character codes and their corresponding names.
|
private static int |
CHAR_CODE |
private static int |
CHAR_NAME |
private static CFFExpertSubsetCharset |
INSTANCE |
Modifier | Constructor and Description |
---|---|
private |
CFFExpertSubsetCharset() |
Modifier and Type | Method and Description |
---|---|
static CFFExpertSubsetCharset |
getInstance()
Returns an instance of the CFFExpertSubsetCharset 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_SUBSET_CHARSET_TABLE
private static final CFFExpertSubsetCharset INSTANCE
public static CFFExpertSubsetCharset getInstance()