Uses of Class java.awt.geom.GeneralPath

Uses in package gnu.java.awt.font.opentype.truetype

Methods with return type java.awt.geom.GeneralPath

GeneralPath
TrueTypeScaler.getOutline(int glyphIndex, float pointSize, AffineTransform deviceTransform, boolean antialias, boolean fractionalMetrics)
Retrieves the scaled outline of a glyph, adjusting control points to the raster grid if necessary.

Uses in package gnu.java.awt.font

Methods with return type java.awt.geom.GeneralPath

GeneralPath
FontDelegate.getGlyphOutline(int glyphIndex, float pointSize, AffineTransform transform, boolean antialias, boolean fractionalMetrics)
Returns the shape of a glyph.

Uses in package gnu.java.awt.peer.qt

Methods with return type java.awt.geom.GeneralPath

GeneralPath
Returns the QPainterPath as a GeneralPath

Uses in package gnu.java.awt.font.opentype

Methods with return type java.awt.geom.GeneralPath

GeneralPath
OpenTypeFont.getGlyphOutline(int glyph, float pointSize, AffineTransform transform, boolean antialias, boolean fractionalMetrics)
Returns the shape of a glyph.
GeneralPath
Scaler.getOutline(int glyph, float pointSize, AffineTransform transform, boolean antialias, boolean fractionalMetrics)
Retrieves the scaled outline of a glyph, adjusting control points to the raster grid if necessary.