Package | Description |
---|---|
org.apache.batik.gvt.font |
Modifier and Type | Field and Description |
---|---|
private AWTGVTFont |
AWTGVTGlyphVector.gvtFont |
Modifier and Type | Method and Description |
---|---|
(package private) static AWTGVTFont |
AWTGVTFont.getAWTGVTFont(java.awt.Font awtFont) |
Modifier and Type | Method and Description |
---|---|
static AWTGlyphGeometryCache.Value |
AWTGVTFont.getGlyphGeometry(AWTGVTFont font,
char c,
java.awt.font.GlyphVector gv,
int glyphIndex,
java.awt.geom.Point2D glyphPos)
Returns the geometry of the specified character.
|
(package private) static void |
AWTGVTFont.putAWTGVTFont(AWTGVTFont font) |
Constructor and Description |
---|
AWTGVTGlyphVector(java.awt.font.GlyphVector glyphVector,
AWTGVTFont font,
double scaleFactor,
java.text.CharacterIterator ci)
Creates and new AWTGVTGlyphVector from the specified GlyphVector and
AWTGVTFont objects.
|