Uses of Class
org.apache.fop.fonts.type1.AFMCharMetrics
-
Packages that use AFMCharMetrics Package Description org.apache.fop.fonts.type1 Classes for Adobe Type 1 fonts. -
-
Uses of AFMCharMetrics in org.apache.fop.fonts.type1
Methods in org.apache.fop.fonts.type1 that return AFMCharMetrics Modifier and Type Method Description AFMCharMetrics
AFMFile. getChar(java.lang.String name)
Returns the character metrics associated with the character name.Methods in org.apache.fop.fonts.type1 that return types with arguments of type AFMCharMetrics Modifier and Type Method Description java.util.List<AFMCharMetrics>
AFMFile. getCharMetrics()
Returns the list of AFMCharMetrics instances representing all the available characters.Methods in org.apache.fop.fonts.type1 with parameters of type AFMCharMetrics Modifier and Type Method Description void
AFMFile. addCharMetrics(AFMCharMetrics metrics)
Adds new character metrics.
-