org.apache.batik.bridge
public class SVGFontFace extends FontFace
Constructor Summary | |
---|---|
SVGFontFace(Element fontFaceElement, List srcs, String familyName, float unitsPerEm, String fontWeight, String fontStyle, String fontVariant, String fontStretch, float slope, String panose1, float ascent, float descent, float strikethroughPosition, float strikethroughThickness, float underlinePosition, float underlineThickness, float overlinePosition, float overlineThickness)
Constructes an SVGFontFace with the specfied font-face attributes. |
Method Summary | |
---|---|
protected Element | getBaseElement(BridgeContext ctx)
Default implementation uses the root element of the document
associated with BridgeContext. |
Element | getFontFaceElement() |
GVTFontFamily | getFontFamily(BridgeContext ctx)
Returns the font associated with this rule or element. |