| Package | Description |
|---|---|
| org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
| 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.
|
| 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.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.