org.apache.batik.bridge
public abstract class SVGKernElementBridge extends AbstractSVGBridge
Method Summary | |
---|---|
Kern | createKern(BridgeContext ctx, Element kernElement, SVGGVTFont font)
Creates a Kern object that repesents the specified kerning element.
|
Parameters: ctx The bridge context. kernElement The kerning element. Should be either a <hkern> or <vkern> element. font The font the kerning is related to.
Returns: kern The new Kern object