Uses of Class
org.apache.fop.fonts.type1.AFMCharMetrics
Packages that use AFMCharMetrics
-
Uses of AFMCharMetrics in org.apache.fop.fonts.type1
Fields in org.apache.fop.fonts.type1 with type parameters of type AFMCharMetricsModifier and TypeFieldDescriptionprivate List<AFMCharMetrics> AFMFile.charMetricsprivate Map<String, AFMCharMetrics> AFMFile.charNameToMetricsMethods in org.apache.fop.fonts.type1 that return AFMCharMetricsModifier and TypeMethodDescriptionReturns the character metrics associated with the character name.(package private) AFMCharMetricsCharMetricsHandler.AdobeStandardCharMetricsHandler.parse(String line, Stack<Object> stack, String afmFileName) (package private) AFMCharMetricsCharMetricsHandler.DefaultCharMetricsHandler.parse(String line, Stack<Object> stack, String afmFileName) (package private) abstract AFMCharMetricsMethods in org.apache.fop.fonts.type1 that return types with arguments of type AFMCharMetricsModifier and TypeMethodDescriptionAFMFile.getCharMetrics()Returns the list of AFMCharMetrics instances representing all the available characters.Methods in org.apache.fop.fonts.type1 with parameters of type AFMCharMetricsModifier and TypeMethodDescriptionvoidAFMFile.addCharMetrics(AFMCharMetrics metrics) Adds new character metrics.private static voidType1FontLoader.addUnencodedCharacter(SingleByteFont font, AFMCharMetrics metrics)