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

/openjdk7/jdk/src/share/classes/sun/font/
H A DAttributeValues.java85 private byte ligatures; // 0 field in class:AttributeValues
191 public int getLigatures() { return ligatures; }
193 this.ligatures = (byte)f; update(ELIGATURES); }
464 && ligatures == rhs.ligatures
536 case ELIGATURES: b.append(ligatures); break;
594 case ELIGATURES: ligatures = src.ligatures; break;
623 case ELIGATURES: return ligatures == src.ligatures;
[all...]

Completed in 27 milliseconds