|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GVTFontFace | |
---|---|
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.gvt.font |
Uses of GVTFontFace in org.apache.batik.bridge |
---|
Subclasses of GVTFontFace in org.apache.batik.bridge | |
---|---|
class |
CSSFontFace
This class represents a <font-face> element or @font-face rule |
class |
FontFace
This class represents a <font-face> element or @font-face rule |
class |
SVGFontFace
This class represents a <font-face> element or @font-face rule |
Fields in org.apache.batik.bridge declared as GVTFontFace | |
---|---|
protected GVTFontFace |
SVGFontFamily.fontFace
|
Methods in org.apache.batik.bridge that return GVTFontFace | |
---|---|
GVTFontFace |
SVGFontFamily.getFontFace()
Returns the font-face associated with this font family. |
Methods in org.apache.batik.bridge with parameters of type GVTFontFace | |
---|---|
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. |
Glyph |
SVGGlyphElementBridge.createGlyph(BridgeContext ctx,
org.w3c.dom.Element glyphElement,
org.w3c.dom.Element textElement,
int glyphCode,
float fontSize,
GVTFontFace fontFace,
TextPaintInfo tpi)
Constructs a new Glyph that represents the specified <glyph> element at the requested size. |
Constructors in org.apache.batik.bridge with parameters of type GVTFontFace | |
---|---|
SVGFontFamily(GVTFontFace fontFace,
org.w3c.dom.Element fontElement,
BridgeContext ctx)
Constructs an SVGFontFamily. |
|
SVGGVTFont(float fontSize,
GVTFontFace 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. |
Uses of GVTFontFace in org.apache.batik.gvt.font |
---|
Fields in org.apache.batik.gvt.font declared as GVTFontFace | |
---|---|
protected GVTFontFace |
UnresolvedFontFamily.fontFace
|
protected GVTFontFace |
AWTFontFamily.fontFace
|
Methods in org.apache.batik.gvt.font that return GVTFontFace | |
---|---|
GVTFontFace |
UnresolvedFontFamily.getFontFace()
Returns the font-face information for this font family. |
GVTFontFace |
AWTFontFamily.getFontFace()
Returns the font-face information for this font family. |
GVTFontFace |
GVTFontFamily.getFontFace()
Returns the FontFace for this fontFamily instance. |
Constructors in org.apache.batik.gvt.font with parameters of type GVTFontFace | |
---|---|
AWTFontFamily(GVTFontFace fontFace)
Constructs an AWTFontFamily with the specified familyName. |
|
AWTFontFamily(GVTFontFace fontFace,
java.awt.Font font)
Constructs an AWTFontFamily with the specified familyName. |
|
UnresolvedFontFamily(GVTFontFace fontFace)
Constructs an UnresolvedFontFamily with the specified familyName. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |