org.apache.batik.bridge
public class SVGFontFaceElementBridge extends AbstractSVGBridge implements ErrorConstants
| Constructor Summary | |
|---|---|
| SVGFontFaceElementBridge()
Constructs a new bridge for the <font-face> element. | |
| Method Summary | |
|---|---|
| SVGFontFace | createFontFace(BridgeContext ctx, Element fontFaceElement)
Creates an SVGFontFace that repesents the specified
<font-face> element.
|
| List | getFontFaceSrcs(Element fontFaceElement)
the returned list may contain Strings and ParsedURLs |
| String | getLocalName()
Returns 'font-face'. |
Parameters: ctx The current bridge context. fontFaceElement The <font-face> element.
Returns: A new SVGFontFace.