Uses of Class
org.apache.batik.gvt.font.Kern
-
Packages that use Kern Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.gvt.font -
-
Uses of Kern in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return Kern Modifier and Type Method Description Kern
SVGKernElementBridge. createKern(BridgeContext ctx, org.w3c.dom.Element kernElement, SVGGVTFont font)
Creates a Kern object that repesents the specified kerning element. -
Uses of Kern in org.apache.batik.gvt.font
Constructors in org.apache.batik.gvt.font with parameters of type Kern Constructor Description KerningTable(Kern[] entries)
Creates a KerningTable from an array of Kern entries.
-