Frames | No Frames |
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.
|
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.
|
Methods with return type java.awt.geom.GeneralPath | |
GeneralPath | Returns the QPainterPath as a GeneralPath
|
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.
|