|
||||||||||
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,
Element fontFaceElement)
Creates an SVGFontFace that repesents the specified <font-face> element. |
Methods in org.apache.batik.bridge with parameters of type SVGFontFace | |
SVGGVTFont |
SVGFontElementBridge.createFont(BridgeContext ctx,
Element fontElement,
Element textElement,
float size,
SVGFontFace fontFace)
Constructs a new SVGGVTFont that represents the specified <font> element at the requested size. |
Glyph |
SVGGlyphElementBridge.createGlyph(BridgeContext ctx,
Element glyphElement,
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. |
Constructors in org.apache.batik.bridge with parameters of type SVGFontFace | |
SVGFontFamily(SVGFontFace fontFace,
Element fontElement,
BridgeContext ctx)
Constructs an SVGFontFamily. |
|
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,
Element[] glyphElements,
Element missingGlyphElement,
Element[] hkernElements,
Element[] vkernElements,
Element textElement)
Constructs a new SVGGVTFont of the specified size. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |