|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SVGFontFace | |
---|---|
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
Uses of SVGFontFace in org.apache.batik.bridge |
---|
Fields in org.apache.batik.bridge declared as SVGFontFace | |
protected SVGFontFace |
SVGFontFamily.fontFace
|
Methods in org.apache.batik.bridge that return SVGFontFace | |
SVGFontFace |
SVGFontFamily.getFontFace()
Returns the font-face associated with this font family. |
SVGFontFace |
SVGFontFaceElementBridge.createFontFace(BridgeContext ctx,
org.w3c.dom.Element fontFaceElement)
Creates an SVGFontFace that repesents the specified <font-face> element. |
Methods in org.apache.batik.bridge with parameters of type SVGFontFace | |
Glyph |
SVGGlyphElementBridge.createGlyph(BridgeContext ctx,
org.w3c.dom.Element glyphElement,
org.w3c.dom.Element textElement,
int glyphCode,
float fontSize,
SVGFontFace fontFace,
java.awt.Paint fillPaint,
java.awt.Paint strokePaint,
java.awt.Stroke stroke)
Constructs a new Glyph that represents the specified <glyph> element at the requested size. |
SVGGVTFont |
SVGFontElementBridge.createFont(BridgeContext ctx,
org.w3c.dom.Element fontElement,
org.w3c.dom.Element textElement,
float size,
SVGFontFace fontFace)
Constructs a new SVGGVTFont that represents the specified <font> element at the requested size. |
Constructors in org.apache.batik.bridge with parameters of type SVGFontFace | |
SVGGVTFont(float fontSize,
SVGFontFace fontFace,
java.lang.String[] glyphUnicodes,
java.lang.String[] glyphNames,
java.lang.String[] glyphLangs,
java.lang.String[] glyphOrientations,
java.lang.String[] glyphForms,
BridgeContext ctx,
org.w3c.dom.Element[] glyphElements,
org.w3c.dom.Element missingGlyphElement,
org.w3c.dom.Element[] hkernElements,
org.w3c.dom.Element[] vkernElements,
org.w3c.dom.Element textElement)
Constructs a new SVGGVTFont of the specified size. |
|
SVGFontFamily(SVGFontFace fontFace,
org.w3c.dom.Element fontElement,
BridgeContext ctx)
Constructs an SVGFontFamily. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |