Uses of Class
org.apache.batik.bridge.SVGGVTFont
-
Packages that use SVGGVTFont Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. -
-
Uses of SVGGVTFont in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return SVGGVTFont Modifier and Type Method Description SVGGVTFont
SVGFontElementBridge. createFont(BridgeContext ctx, org.w3c.dom.Element fontElement, org.w3c.dom.Element textElement, float size, GVTFontFace fontFace)
Constructs a new SVGGVTFont that represents the specified <font> element at the requested size.Methods in org.apache.batik.bridge with parameters of type SVGGVTFont 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.
-