Searched defs:NUMERIC_SHAPING (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextAttribute.java227 * <td valign="TOP">{@link #NUMERIC_SHAPING}</td>
1028 public static final TextAttribute NUMERIC_SHAPING = field in class:TextAttribute
/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java2673 * The NUMERIC_SHAPING attribute in the text, if present, converts European
2696 Object shaper = paragraph.getAttribute(TextAttributeConstants.NUMERIC_SHAPING);
3457 static final AttributedCharacterIterator.Attribute NUMERIC_SHAPING = field in class:BidiBase.TextAttributeConstants
3458 getTextAttribute("NUMERIC_SHAPING");

Completed in 41 milliseconds