COSObjectablepublic class DictionaryEncoding extends Encoding
codeToName, nameToCode, NOTDEF| Constructor | Description |
|---|---|
DictionaryEncoding(COSDictionary fontEncoding) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
COSBase |
getCOSObject() |
Convert this standard java object to a COS object.
|
addCharacterEncoding, getCharacter, getCharacter, getCharacterForName, getCode, getCodeToNameMap, getName, getNameFromCharacter, getNameToCodeMap, hasCodeForName, hasNameForCodepublic DictionaryEncoding(COSDictionary fontEncoding) throws java.io.IOException
fontEncoding - The encoding dictionary.java.io.IOException - If there is a problem getting the base font.public COSBase getCOSObject()