Uses of Class
org.apache.fontbox.afm.KernPair
- 
Packages that use KernPair Package Description org.apache.fontbox.afm This package holds classes used to parse AFM(Adobe Font Metrics) files. - 
- 
Uses of KernPair in org.apache.fontbox.afm
Methods in org.apache.fontbox.afm that return types with arguments of type KernPair Modifier and Type Method Description java.util.List<KernPair>FontMetric. getKernPairs()Getter for property kernPairs.java.util.List<KernPair>FontMetric. getKernPairs0()Getter for property kernPairs0.java.util.List<KernPair>FontMetric. getKernPairs1()Getter for property kernPairs1.Methods in org.apache.fontbox.afm with parameters of type KernPair Modifier and Type Method Description voidFontMetric. addKernPair(KernPair kernPair)This will add a kern pair.voidFontMetric. addKernPair0(KernPair kernPair)This will add a kern pair.voidFontMetric. addKernPair1(KernPair kernPair)This will add a kern pair.Method parameters in org.apache.fontbox.afm with type arguments of type KernPair Modifier and Type Method Description voidFontMetric. setKernPairs(java.util.List<KernPair> kernPairsList)Setter for property kernPairs.voidFontMetric. setKernPairs0(java.util.List<KernPair> kernPairs0List)Setter for property kernPairs0.voidFontMetric. setKernPairs1(java.util.List<KernPair> kernPairs1List)Setter for property kernPairs1. 
 -