Class SVGKernElementBridge

    • Constructor Detail

      • SVGKernElementBridge

        public SVGKernElementBridge()
    • Method Detail

      • createKern

        public Kern createKern​(BridgeContext ctx,
                               org.w3c.dom.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