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 classCSSFontFaceThis class represents a <font-face> element or @font-face ruleclassFontFaceThis class represents a <font-face> element or @font-face ruleclassSVGFontFaceThis class represents a <font-face> element or @font-face ruleFields in org.apache.batik.bridge declared as GVTFontFace Modifier and Type Field Description protected GVTFontFaceSVGFontFamily. fontFaceprivate GVTFontFaceSVGGVTFont. fontFaceMethods in org.apache.batik.bridge that return GVTFontFace Modifier and Type Method Description GVTFontFaceSVGFontFamily. 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 SVGGVTFontSVGFontElementBridge. 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.GlyphSVGGlyphElementBridge. 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 GVTFontFaceAWTFontFamily. fontFaceprotected GVTFontFaceUnresolvedFontFamily. fontFaceMethods in org.apache.batik.gvt.font that return GVTFontFace Modifier and Type Method Description GVTFontFaceAWTFontFamily. getFontFace()Returns the font-face information for this font family.GVTFontFaceGVTFontFamily. getFontFace()Returns the FontFace for this fontFamily instance.GVTFontFaceUnresolvedFontFamily. 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.
-