/[classpath]/classpath/java/awt/font/MultipleMaster.java
ViewVC logotype

Diff of /classpath/java/awt/font/MultipleMaster.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mkoch, Mon Feb 17 08:05:50 2003 UTC revision 1.2 by mkoch, Sun Oct 12 13:53:38 2003 UTC
# Line 45  import java.awt.Font; Line 45  import java.awt.Font;
45   */   */
46  public interface MultipleMaster  public interface MultipleMaster
47  {  {
48    public Font deriveMMFont (float[] axes);    Font deriveMMFont (float[] axes);
49        
50    public Font deriveMMFont (float[] glyphWidths, float avgStemWidth,    Font deriveMMFont (float[] glyphWidths, float avgStemWidth,
51                              float typicalCapHeight, float typicalXHeight,                       float typicalCapHeight, float typicalXHeight,
52                              float italicAngle);                       float italicAngle);
53        
54    public float[] getDesignAxisDefaults ();    float[] getDesignAxisDefaults();
55        
56    public String[] getDesignAxisNames ();    String[] getDesignAxisNames();
57        
58    public float[] getDesignAxisRanges ();    float[] getDesignAxisRanges();
59        
60    public int getNumDesignAxes ();    int getNumDesignAxes();
61  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26