Uses of Class
org.apache.fop.fonts.type1.AFMFile
-
Packages that use AFMFile Package Description org.apache.fop.fonts.type1 Classes for Adobe Type 1 fonts. -
-
Uses of AFMFile in org.apache.fop.fonts.type1
Methods in org.apache.fop.fonts.type1 that return AFMFile Modifier and Type Method Description AFMFile
AFMParser. parse(java.io.BufferedReader reader, java.lang.String afmFileName)
Parses an AFM file from a BufferedReader.AFMFile
AFMParser. parse(java.io.InputStream in, java.lang.String afmFileName)
Parses an AFM file from a stream.Methods in org.apache.fop.fonts.type1 with parameters of type AFMFile Modifier and Type Method Description private void
Type1FontLoader. addUnencodedBasedOnAFM(AFMFile afm)
Adds characters not encoded in the font's primary encoding.private void
Type1FontLoader. addUnencodedBasedOnEncoding(AFMFile afm)
Adds characters not encoded in the font's primary encoding.private CodePointMapping
Type1FontLoader. buildCustomEncoding(java.lang.String encodingName, AFMFile afm)
private void
Type1FontLoader. buildFont(AFMFile afm, PFMFile pfm)
private void
Type1FontLoader. handleEncoding(AFMFile afm, PFMFile pfm)
private void
Type1FontLoader. handleFontName(AFMFile afm, PFMFile pfm)
private void
Type1FontLoader. handleMetrics(AFMFile afm, PFMFile pfm)
-