|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.encoding.Encoding
org.pdfbox.encoding.AFMEncoding
public class AFMEncoding
This will handle the encoding from an AFM font.
Field Summary |
---|
Fields inherited from class org.pdfbox.encoding.Encoding |
---|
codeToName, nameToCode |
Constructor Summary | |
---|---|
AFMEncoding(org.fontbox.afm.FontMetric fontInfo)
Constructor. |
Method Summary | |
---|---|
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
Methods inherited from class org.pdfbox.encoding.Encoding |
---|
addCharacterEncoding, getCharacter, getCharacter, getCode, getName, getNameFromCharacter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AFMEncoding(org.fontbox.afm.FontMetric fontInfo)
fontInfo
- The font metric information.Method Detail |
---|
public COSBase getCOSObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |