Uses of Class
org.apache.batik.gvt.font.GVTFontFace
Packages that use GVTFontFace
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of GVTFontFace in org.apache.batik.bridge
Subclasses of GVTFontFace in org.apache.batik.bridgeModifier and TypeClassDescriptionclassThis class represents a <font-face> element or @font-face ruleclassThis class represents a <font-face> element or @font-face ruleclassThis class represents a <font-face> element or @font-face ruleFields in org.apache.batik.bridge declared as GVTFontFaceMethods in org.apache.batik.bridge that return GVTFontFaceModifier and TypeMethodDescriptionSVGFontFamily.getFontFace()Returns the font-face associated with this font family.Methods in org.apache.batik.bridge with parameters of type GVTFontFaceModifier and TypeMethodDescriptionSVGFontElementBridge.createFont(BridgeContext ctx, Element fontElement, Element textElement, float size, GVTFontFace fontFace) Constructs a new SVGGVTFont that represents the specified <font> element at the requested size.SVGGlyphElementBridge.createGlyph(BridgeContext ctx, Element glyphElement, 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 GVTFontFaceModifierConstructorDescriptionSVGFontFamily(GVTFontFace fontFace, Element fontElement, BridgeContext ctx) Constructs an SVGFontFamily.SVGGVTFont(float fontSize, GVTFontFace fontFace, String[] glyphUnicodes, String[] glyphNames, String[] glyphLangs, String[] glyphOrientations, String[] glyphForms, BridgeContext ctx, Element[] glyphElements, Element missingGlyphElement, Element[] hkernElements, Element[] vkernElements, 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 GVTFontFaceModifier and TypeFieldDescriptionprotected GVTFontFaceAWTFontFamily.fontFaceprotected GVTFontFaceUnresolvedFontFamily.fontFaceMethods in org.apache.batik.gvt.font that return GVTFontFaceModifier and TypeMethodDescriptionAWTFontFamily.getFontFace()Returns the font-face information for this font family.GVTFontFamily.getFontFace()Returns the FontFace for this fontFamily instance.UnresolvedFontFamily.getFontFace()Returns the font-face information for this font family.Constructors in org.apache.batik.gvt.font with parameters of type GVTFontFaceModifierConstructorDescriptionAWTFontFamily(GVTFontFace fontFace) Constructs an AWTFontFamily with the specified familyName.AWTFontFamily(GVTFontFace fontFace, Font font) Constructs an AWTFontFamily with the specified familyName.UnresolvedFontFamily(GVTFontFace fontFace) Constructs an UnresolvedFontFamily with the specified familyName.