API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.font. MultipleMaster View Source
Author(s)
Since
Version
10 Feb 1997
Serial
Hierarchy
 MultipleMaster
Subinterfaces
Description
public interface MultipleMaster
  The MultipleMaster interface represents Type 1 Multiple Master fonts.
See also:   
Methods
Hide/Show inherited methods
public Font deriveMMFont (float[] axes)
  Creates a new instance of a multiple master font based on the design axis values contained in the specified array.
public Font deriveMMFont (float[] glyphWidths, float avgStemWidth, float typicalCapHeight, float typicalXHeight, float italicAngle)
  Creates a new instance of a multiple master font based on detailed metric information.
public float getDesignAxisDefaults ()
  Returns an array of default design values for each axis.
public String getDesignAxisNames ()
  Returns the name for each design axis.
public float getDesignAxisRanges ()
  Returns an array of design limits interleaved in the form [from->to] for each axis.
public int getNumDesignAxes ()
  Returns the number of multiple master design controls.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar