Searched refs:KERNING_ON (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/awt/font/TextLayout/
H A DKernCrash.java45 attrs.put(TextAttribute.KERNING, TextAttribute.KERNING_ON);
H A DKerningLeak.java44 textAttributes.put(TextAttribute.KERNING, TextAttribute.KERNING_ON);
H A DTestKerning.java79 m.put(TextAttribute.KERNING, TextAttribute.KERNING_ON);
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextAttribute.java235 * <td valign="TOP">KERNING_ON</td>
1036 * <p>The constant value {@link #KERNING_ON} is provided.
1055 public static final Integer KERNING_ON = field in class:TextAttribute

Completed in 33 milliseconds