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.charMetrics
private Map
<String, AFMCharMetrics> AFMFile.charNameToMetrics
Methods in org.apache.fop.fonts.type1 that return AFMCharMetricsModifier and TypeMethodDescriptionReturns the character metrics associated with the character name.(package private) AFMCharMetrics
CharMetricsHandler.AdobeStandardCharMetricsHandler.parse
(String line, Stack<Object> stack, String afmFileName) (package private) AFMCharMetrics
CharMetricsHandler.DefaultCharMetricsHandler.parse
(String line, Stack<Object> stack, String afmFileName) (package private) abstract AFMCharMetrics
Methods 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 TypeMethodDescriptionvoid
AFMFile.addCharMetrics
(AFMCharMetrics metrics) Adds new character metrics.private static void
Type1FontLoader.addUnencodedCharacter
(SingleByteFont font, AFMCharMetrics metrics)