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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphMetrics.java53 * Glyphs are either STANDARD, LIGATURE, COMBINING, or COMPONENT.
56 * <li>LIGATURE glyphs are used to represent sequences of characters.
60 * <li>COMBINING glyphs embellish STANDARD or LIGATURE glyphs, such
148 public static final byte LIGATURE = 1; field in class:GlyphMetrics
295 return (glyphType & 0x3) == LIGATURE;

Completed in 50 milliseconds