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
Fields in org.apache.fop.fonts.type1 with type parameters of type AFMCharMetrics Modifier and Type Field Description private java.util.List<AFMCharMetrics>
AFMFile. charMetrics
private java.util.Map<java.lang.String,AFMCharMetrics>
AFMFile. charNameToMetrics
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.(package private) AFMCharMetrics
CharMetricsHandler.AdobeStandardCharMetricsHandler. parse(java.lang.String line, java.util.Stack<java.lang.Object> stack, java.lang.String afmFileName)
(package private) AFMCharMetrics
CharMetricsHandler.DefaultCharMetricsHandler. parse(java.lang.String line, java.util.Stack<java.lang.Object> stack, java.lang.String afmFileName)
(package private) abstract AFMCharMetrics
CharMetricsHandler. parse(java.lang.String line, java.util.Stack<java.lang.Object> stack, java.lang.String afmFileName)
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.private static void
Type1FontLoader. addUnencodedCharacter(SingleByteFont font, AFMCharMetrics metrics)
-