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 AFMFileAFMParser. parse(java.io.BufferedReader reader, java.lang.String afmFileName)Parses an AFM file from a BufferedReader.AFMFileAFMParser. 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 voidType1FontLoader. addUnencodedBasedOnAFM(AFMFile afm)Adds characters not encoded in the font's primary encoding.private voidType1FontLoader. addUnencodedBasedOnEncoding(AFMFile afm)Adds characters not encoded in the font's primary encoding.private CodePointMappingType1FontLoader. buildCustomEncoding(java.lang.String encodingName, AFMFile afm)private voidType1FontLoader. buildFont(AFMFile afm, PFMFile pfm)private voidType1FontLoader. handleEncoding(AFMFile afm, PFMFile pfm)private voidType1FontLoader. handleFontName(AFMFile afm, PFMFile pfm)private voidType1FontLoader. handleMetrics(AFMFile afm, PFMFile pfm)
-