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 |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
protected GVTFontFace |
SVGFontFamily.fontFace |
Modifier and Type | Method and Description |
---|---|
GVTFontFace |
SVGFontFamily.getFontFace()
Returns the font-face associated with this font family.
|
Modifier and Type | Method and Description |
---|---|
SVGGVTFont |
SVGFontElementBridge.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.
|
Glyph |
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.
|
Constructor and Description |
---|
SVGFontFamily(GVTFontFace fontFace,
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,
Element[] glyphElements,
Element missingGlyphElement,
Element[] hkernElements,
Element[] vkernElements,
Element textElement)
Constructs a new SVGGVTFont of the specified size.
|
Modifier and Type | Field and Description |
---|---|
protected GVTFontFace |
UnresolvedFontFamily.fontFace |
protected GVTFontFace |
AWTFontFamily.fontFace |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and 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.
|
Copyright © 2022 Apache Software Foundation. All Rights Reserved.