Searched defs:FONT (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DUIDefault.java75 BOOLEAN, INT, FLOAT, DOUBLE, STRING, FONT, COLOR, INSETS, DIMENSION, BORDER enum constant in enum:UIProperty.PropertyType
110 case FONT:
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextAttribute.java155 * <td valign="TOP">{@link #FONT}</td>
627 * configure a <code>Font</code> instance. If a <code>FONT</code>
635 * <p><code>FONT</code> is used for special situations where
639 * <code>FONT</code> attribute. With <code>Map</code>-based APIs
641 * <code>FONT</code> is not needed or desireable.
643 * <p>However, if both <code>FONT</code> and other attributes are
655 * <code>FONT</code> itself.
658 * <code>Font</code> is obtained from the <code>FONT</code>
670 * the <code>FONT</code> attribute, as these are used to create
673 * handle the <code>FONT</cod
677 public static final TextAttribute FONT = field in class:TextAttribute
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlTag.java46 FONT(BlockType.INLINE, EndTag.END), enum constant in enum:HtmlTag
/openjdk7/langtools/test/tools/javac/diags/
H A DHTMLWriter.java496 public static final String FONT = "font"; field in class:HTMLWriter
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTML.java181 public static final Tag FONT = new Tag("font"); field in class:HTML.Tag
269 DD, DFN, DIR, DIV, DL, DT, EM, FONT, FORM, FRAME,
564 scMapping.put(StyleConstants.FontFamily, Tag.FONT);
565 scMapping.put(StyleConstants.FontSize, Tag.FONT);
585 * DD, DFN, DIR, DIV, DL, DT, EM, FONT, FORM, FRAME,
H A DCSS.java263 public static final Attribute FONT = field in class:CSS.Attribute
395 CLEAR, COLOR, DISPLAY, FLOAT, FONT, FONT_FAMILY, FONT_SIZE,
592 if (key == CSS.Attribute.FONT) {
1527 return (tag != null && ((tag == HTML.Tag.FONT) || (tag == HTML.Tag.BASEFONT)));

Completed in 135 milliseconds