KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > font > MultipleMaster

java.awt.font
Interface MultipleMaster

See Also:
Source Code, Font

Font deriveMMFont(float[] axes)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Font deriveMMFont(float[] glyphWidths,
                  float avgStemWidth,
                  float typicalCapHeight,
                  float typicalXHeight,
                  float italicAngle)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


float[] getDesignAxisDefaults()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String[] getDesignAxisNames()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


float[] getDesignAxisRanges()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


int getNumDesignAxes()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags