Uses of Class
org.apache.batik.gvt.font.Kern
Packages that use Kern
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of Kern in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return KernModifier and TypeMethodDescriptionSVGKernElementBridge.createKern
(BridgeContext ctx, 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 KernModifierConstructorDescriptionKerningTable
(Kern[] entries) Creates a KerningTable from an array of Kern entries.