Uses of Class
org.apache.batik.gvt.font.GVTFontFace
-
Packages that use GVTFontFace Package Description 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 Modifier and Type Class Description class
CSSFontFace
This class represents a <font-face> element or @font-face ruleclass
FontFace
This class represents a <font-face> element or @font-face ruleclass
SVGFontFace
This class represents a <font-face> element or @font-face ruleFields in org.apache.batik.bridge declared as GVTFontFace Modifier and Type Field Description protected GVTFontFace
SVGFontFamily. fontFace
Methods in org.apache.batik.bridge that return GVTFontFace Modifier and Type Method Description GVTFontFace
SVGFontFamily. getFontFace()
Returns the font-face associated with this font family.Methods in org.apache.batik.bridge with parameters of type GVTFontFace Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Field Description protected GVTFontFace
AWTFontFamily. fontFace
protected GVTFontFace
UnresolvedFontFamily. fontFace
Methods in org.apache.batik.gvt.font that return GVTFontFace Modifier and Type Method Description GVTFontFace
AWTFontFamily. getFontFace()
Returns the font-face information for this font family.GVTFontFace
GVTFontFamily. getFontFace()
Returns the FontFace for this fontFamily instance.GVTFontFace
UnresolvedFontFamily. getFontFace()
Returns the font-face information for this font family.Constructors in org.apache.batik.gvt.font with parameters of type GVTFontFace Constructor Description 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.
-