Lines Matching full:font
22 package java.awt.font;
24 import java.awt.Font;
35 * Derives a new multiple master font based on the specified parameters.
38 * float array which represents width of each glyph in font
41 * the average stem width in font space.
48 * @return a MultipleMaster font.
50 public Font deriveMMFont(float[] glyphWidths, float avgStemWidth, float typicalCapHeight,
54 * Derives a new multiple master font based on the design axis values
59 * @return a MultipleMaster font.
61 public Font deriveMMFont(float[] axes);