Uses of Class
org.apache.batik.bridge.SVGGVTFont
Packages that use SVGGVTFont
Package
Description
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 SVGGVTFontModifier and TypeMethodDescriptionSVGFontElementBridge.createFont
(BridgeContext ctx, Element fontElement, 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 SVGGVTFontModifier and TypeMethodDescriptionSVGKernElementBridge.createKern
(BridgeContext ctx, Element kernElement, SVGGVTFont font) Creates a Kern object that repesents the specified kerning element.