Uses of Class
org.apache.fop.fonts.type1.PFMInputStream
-
Packages that use PFMInputStream Package Description org.apache.fop.fonts.type1 Classes for Adobe Type 1 fonts. -
-
Uses of PFMInputStream in org.apache.fop.fonts.type1
Methods in org.apache.fop.fonts.type1 with parameters of type PFMInputStream Modifier and Type Method Description private void
PFMFile. loadExtension(PFMInputStream inStream)
Parses the extension part of the PFM file.private void
PFMFile. loadExtentTable(PFMInputStream inStream)
Parses the extent table of the PFM file.private void
PFMFile. loadExtMetrics(PFMInputStream inStream)
Parses the extended metrics part of the PFM file.private void
PFMFile. loadHeader(PFMInputStream inStream)
Parses the header of the PFM file.private void
PFMFile. loadKernPairs(PFMInputStream inStream)
Parses the kernPairs part of the pfm file
-