Class Pfm2afm
java.lang.Object
com.lowagie.text.pdf.Pfm2afm
Deprecated.
Converts a PFM file into an AFM file.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate shortDeprecated.private shortDeprecated.private shortDeprecated.private intDeprecated.private intDeprecated.private byteDeprecated.private shortDeprecated.private byteDeprecated.private intDeprecated.private StringDeprecated.private byteDeprecated.private shortDeprecated.private intDeprecated.private shortDeprecated.private shortDeprecated.private intDeprecated.private intDeprecated.private intDeprecated.private intDeprecated.private shortDeprecated.private RandomAccessFileOrArrayDeprecated.private shortDeprecated.private booleanDeprecated.private byteDeprecated.private intDeprecated.private byteDeprecated.private intDeprecated.private shortDeprecated.private PrintWriterDeprecated.private byteDeprecated.private shortDeprecated.private shortDeprecated.private shortDeprecated.private intDeprecated.private intDeprecated.private intDeprecated.private shortDeprecated.private byteDeprecated.private shortDeprecated.private shortDeprecated.private shortDeprecated.private shortDeprecated.private int[]Deprecated.Translate table from 1004 to psstd.private String[]Deprecated.Windows character names.private int[]Deprecated.Character class.private shortDeprecated. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePfm2afm(RandomAccessFileOrArray in, OutputStream out) Deprecated.Creates a new instance of Pfm2afm -
Method Summary
Modifier and TypeMethodDescriptionstatic voidconvert(RandomAccessFileOrArray in, OutputStream out) Deprecated.Converts a PFM file into an AFM file.static voidDeprecated.private voidopenpfm()Deprecated.private voidDeprecated.private voidoutval(int n) Deprecated.private voidDeprecated.private voidDeprecated.private voidDeprecated.private voidDeprecated.private StringDeprecated.private StringreadString(int n) Deprecated.
-
Field Details
-
in
Deprecated. -
out
Deprecated. -
vers
private short versDeprecated. -
h_len
private int h_lenDeprecated. -
copyright
Deprecated. -
type
private short typeDeprecated. -
points
private short pointsDeprecated. -
verres
private short verresDeprecated. -
horres
private short horresDeprecated. -
ascent
private short ascentDeprecated. -
intleading
private short intleadingDeprecated. -
extleading
private short extleadingDeprecated. -
italic
private byte italicDeprecated. -
uline
private byte ulineDeprecated. -
overs
private byte oversDeprecated. -
weight
private short weightDeprecated. -
charset
private byte charsetDeprecated. -
pixwidth
private short pixwidthDeprecated. -
pixheight
private short pixheightDeprecated. -
kind
private byte kindDeprecated. -
avgwidth
private short avgwidthDeprecated. -
maxwidth
private short maxwidthDeprecated. -
firstchar
private int firstcharDeprecated. -
lastchar
private int lastcharDeprecated. -
defchar
private byte defcharDeprecated. -
brkchar
private byte brkcharDeprecated. -
widthby
private short widthbyDeprecated. -
device
private int deviceDeprecated. -
face
private int faceDeprecated. -
bits
private int bitsDeprecated. -
bitoff
private int bitoffDeprecated. -
extlen
private short extlenDeprecated. -
psext
private int psextDeprecated. -
chartab
private int chartabDeprecated. -
res1
private int res1Deprecated. -
kernpairs
private int kernpairsDeprecated. -
res2
private int res2Deprecated. -
fontname
private int fontnameDeprecated. -
capheight
private short capheightDeprecated. -
xheight
private short xheightDeprecated. -
ascender
private short ascenderDeprecated. -
descender
private short descenderDeprecated. -
isMono
private boolean isMonoDeprecated. -
Win2PSStd
private int[] Win2PSStdDeprecated.Translate table from 1004 to psstd. 1004 is an extension of the Windows translate table used in PM. -
WinClass
private int[] WinClassDeprecated.Character class. This is a minor attempt to overcome the problem that in the pfm file, all unused characters are given the width of space. Note that this array isn't used in iText. -
WinChars
Deprecated.Windows character names. Give a name to the used locations for when the all flag is specified.
-
-
Constructor Details
-
Pfm2afm
-
-
Method Details
-
convert
Deprecated.Converts a PFM file into an AFM file.- Parameters:
in- the PFM fileout- the AFM file- Throws:
IOException- on error
-
main
Deprecated. -
readString
-
readString
-
outval
private void outval(int n) Deprecated. -
outchar
Deprecated. -
openpfm
-
putheader
-
putchartab
-
putkerntab
-
puttrailer
private void puttrailer()Deprecated.
-