Methods Summary |
---|
public java.awt.Font | deriveMMFont(float[] glyphWidths, float avgStemWidth, float typicalCapHeight, float typicalXHeight, float italicAngle)Derives a new multiple master font based on the specified parameters.
|
public java.awt.Font | deriveMMFont(float[] axes)Derives a new multiple master font based on the design axis values
contained in the specified array.
|
public float[] | getDesignAxisDefaults()Gets default design values for the axes.
|
public java.lang.String[] | getDesignAxisNames()Gets the array of design axis names.
|
public float[] | getDesignAxisRanges()Gets the array of design axis ranges.
|
public int | getNumDesignAxes()Gets the number of multiple master design controls.
|