|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fontbox.cff.AFMFormatter
public class AFMFormatter
This class creates all needed AFM font metric data from a CFFFont ready to be read from a AFMPaser.
Method Summary | |
---|---|
static byte[] |
format(CFFFont font)
Create font metric data for the given CFFFont. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static byte[] format(CFFFont font) throws java.io.IOException
font
- the CFFFont
java.io.IOException
- if an error occurs during reading
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |