| 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 | Method | Description |
|---|---|---|
GVTGlyphMetrics |
GlyphLayout.getGlyphMetrics(int glyphIndex) |
|
GVTGlyphMetrics |
TextSpanLayout.getGlyphMetrics(int glyphIndex) |
Returns the Metrics for a particular glyph.
|
| Modifier and Type | Method | Description |
|---|---|---|
GVTGlyphMetrics |
AWTGVTGlyphVector.getGlyphMetrics(int glyphIndex) |
Returns the metrics of the glyph at the specified index into this
GVTGlyphVector.
|
GVTGlyphMetrics |
Glyph.getGlyphMetrics() |
Returns the metrics of this Glyph if it is used in a horizontal layout.
|
GVTGlyphMetrics |
Glyph.getGlyphMetrics(float hkern,
float vkern) |
Returns the metrics of this Glyph with the specified kerning value
applied.
|
GVTGlyphMetrics |
GVTGlyphVector.getGlyphMetrics(int glyphIndex) |
Returns the metrics of the glyph at the specified index into this
GlyphVector.
|
GVTGlyphMetrics |
MultiGlyphVector.getGlyphMetrics(int glyphIndex) |
Returns the metrics of the glyph at the specified index into this
GlyphVector.
|
GVTGlyphMetrics |
SVGGVTGlyphVector.getGlyphMetrics(int idx) |
Returns the metrics of the glyph at the specified index into this
GlyphVector.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.