org.apache.pdfbox.encoding
Class Type1Encoding
java.lang.Object
org.apache.pdfbox.encoding.Encoding
org.apache.pdfbox.encoding.Type1Encoding
- All Implemented Interfaces:
- COSObjectable
public class Type1Encoding
- extends Encoding
This class represents an encoding which was read from a type1 font.
| Methods inherited from class org.apache.pdfbox.encoding.Encoding |
addCharacterEncoding, getCharacter, getCharacter, getCharacterForName, getCode, getCodeToNameMap, getName, getNameFromCharacter, getNameToCodeMap, hasCodeForName, hasNameForCode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Type1Encoding
public Type1Encoding(int size)
getCOSObject
public COSBase getCOSObject()
- Convert this standard java object to a COS object.
- Returns:
- The cos object that matches this Java object.
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.