Uses of Class
org.apache.fop.fonts.type1.AFMFile
Packages that use AFMFile
-
Uses of AFMFile in org.apache.fop.fonts.type1
Methods in org.apache.fop.fonts.type1 that return AFMFileModifier and TypeMethodDescriptionAFMParser.parse
(BufferedReader reader, String afmFileName) Parses an AFM file from a BufferedReader.AFMParser.parse
(InputStream in, String afmFileName) Parses an AFM file from a stream.Methods in org.apache.fop.fonts.type1 with parameters of type AFMFileModifier and TypeMethodDescriptionprivate 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
(String encodingName, AFMFile afm) private void
private void
Type1FontLoader.handleEncoding
(AFMFile afm, PFMFile pfm) private void
Type1FontLoader.handleFontName
(AFMFile afm, PFMFile pfm) private void
Type1FontLoader.handleMetrics
(AFMFile afm, PFMFile pfm)