Home » pdfbox-1.1.0-src » org.apache.pdfbox.encoding » [javadoc | source]
org.apache.pdfbox.encoding
public class: AFMEncoding [javadoc | source]
java.lang.Object
   org.apache.pdfbox.encoding.Encoding
      org.apache.pdfbox.encoding.AFMEncoding

All Implemented Interfaces:
    COSObjectable

This will handle the encoding from an AFM font.
Fields inherited from org.apache.pdfbox.encoding.Encoding:
codeToName,  nameToCode
Constructor:
 public AFMEncoding(FontMetric fontInfo) 
    Constructor.
    Parameters:
    fontInfo - The font metric information.
Method from org.apache.pdfbox.encoding.AFMEncoding Summary:
getCOSObject
Methods from org.apache.pdfbox.encoding.Encoding:
addCharacterEncoding,   getCharacter,   getCharacter,   getCode,   getCodeToNameMap,   getName,   getNameFromCharacter,   getNameToCodeMap
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.pdfbox.encoding.AFMEncoding Detail:
 public COSBase getCOSObject() 
    Convert this standard java object to a COS object.