Uses of Class
org.apache.batik.svggen.font.table.KerningPair
-
Packages that use KerningPair Package Description org.apache.batik.svggen.font org.apache.batik.svggen.font.table -
-
Uses of KerningPair in org.apache.batik.svggen.font
Methods in org.apache.batik.svggen.font with parameters of type KerningPair Modifier and Type Method Description protected static java.lang.StringSVGFont. getKerningPairAsSVG(KerningPair kp, PostTable post) -
Uses of KerningPair in org.apache.batik.svggen.font.table
Fields in org.apache.batik.svggen.font.table declared as KerningPair Modifier and Type Field Description private KerningPair[]KernSubtableFormat0. kerningPairsMethods in org.apache.batik.svggen.font.table that return KerningPair Modifier and Type Method Description abstract KerningPairKernSubtable. getKerningPair(int i)KerningPairKernSubtableFormat0. getKerningPair(int i)KerningPairKernSubtableFormat2. getKerningPair(int i)
-