Searched defs:Font (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/java/awt/ |
H A D | Font.java | 67 * The <code>Font</code> class represents fonts, which are used to 133 * <h4>Font Faces and Names</h4> 135 * A <code>Font</code> 140 * <code>Font</code> object. The <em>logical font name</em> is simply the 147 * The <code>Font</code> class represents an instance of a font face from 150 * are font faces. There can be several <code>Font</code> objects 157 * returned as <code>Font</code> objects with a size of 1, identity 159 * base fonts can then be used to derive new <code>Font</code> objects 163 * <h4>Font and TextAttribute</h4> 165 * <p><code>Font</cod 224 public class Font implements java.io.Serializable class in inherits:java.io.Serializable 566 public Font(String name, int style, int size) { method in class:Font 573 private Font(String name, int style, float sizePts) { method in class:Font 581 private Font(String name, int style, float sizePts, method in class:Font 606 private Font(File fontFile, int fontFormat, method in class:Font 645 private Font(AttributeValues values, String oldName, int oldStyle, method in class:Font 693 public Font(Map<? extends Attribute, ?> attributes) { method in class:Font 704 protected Font(Font font) { method in class:Font [all...] |
Completed in 25 milliseconds