Uses of Class
org.apache.batik.gvt.font.AWTGVTFont
Packages that use AWTGVTFont
-
Uses of AWTGVTFont in org.apache.batik.gvt.font
Methods in org.apache.batik.gvt.font with parameters of type AWTGVTFontModifier and TypeMethodDescriptionstatic AWTGlyphGeometryCache.Value
AWTGVTFont.getGlyphGeometry
(AWTGVTFont font, char c, GlyphVector gv, int glyphIndex, Point2D glyphPos) Returns the geometry of the specified character.Constructors in org.apache.batik.gvt.font with parameters of type AWTGVTFontModifierConstructorDescriptionAWTGVTGlyphVector
(GlyphVector glyphVector, AWTGVTFont font, double scaleFactor, CharacterIterator ci) Creates and new AWTGVTGlyphVector from the specified GlyphVector and AWTGVTFont objects.