Uses of Interface gnu.java.awt.font.opentype.Hinter

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

Methods with parameter type gnu.java.awt.font.opentype.Hinter

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

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

Methods with parameter type gnu.java.awt.font.opentype.Hinter

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

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

Classes implementing gnu.java.awt.font.opentype.Hinter

class
The public interface to the automatic gridfitter.