com.lowagie.text.pdf
public final class Pfm2afm extends Object
| Field Summary | |
|---|---|
| short | ascender |
| short | ascent |
| short | avgwidth |
| int | bitoff |
| int | bits |
| byte | brkchar |
| short | capheight |
| byte | charset |
| int | chartab |
| String | copyright |
| byte | defchar |
| short | descender |
| int | device |
| short | extleading |
| short | extlen |
| int | face |
| int | firstchar |
| int | fontname |
| short | horres |
| int | h_len |
| RandomAccessFileOrArray | in |
| short | intleading |
| boolean | isMono |
| byte | italic |
| int | kernpairs |
| byte | kind |
| int | lastchar |
| short | maxwidth |
| PrintWriter | out |
| byte | overs |
| short | pixheight |
| short | pixwidth |
| short | points |
| int | psext |
| int | res1 |
| int | res2 |
| short | type |
| byte | uline |
| short | verres |
| short | vers |
| short | weight |
| short | widthby |
| int[] | Win2PSStd
Translate table from 1004 to psstd. |
| String[] | WinChars
Windows character names. |
| int[] | WinClass
Character class. |
| short | xheight |
| Constructor Summary | |
|---|---|
| Pfm2afm(RandomAccessFileOrArray in, OutputStream out) Creates a new instance of Pfm2afm | |
| Method Summary | |
|---|---|
| static void | convert(RandomAccessFileOrArray in, OutputStream out)
Converts a PFM file into an AFM file. |
| static void | main(String[] args) |
| void | openpfm() |
| void | outchar(int code, int width, String name) |
| void | outval(int n) |
| void | putchartab() |
| void | putheader() |
| void | putkerntab() |
| void | puttrailer() |
| String | readString(int n) |
| String | readString() |
Parameters: in the PFM file out the AFM file
Throws: IOException on error