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

/openjdk7/jdk/src/share/classes/sun/font/
H A DCompositeFont.java47 * private, to ensure all clients call getSlotFont()
315 PhysicalFont font = getSlotFont(0);
327 public PhysicalFont getSlotFont(int slot) { method in class:CompositeFont
380 PhysicalFont slotFont = getSlotFont(slot);
398 if (getSlotFont(i).hasSupplementaryChars()) {
437 if (getSlotFont(slot).supportsEncoding(null)) {
446 return getSlotFont(localeSlot).useAAForPtSize(ptsize);
454 componentsStr += " Slot["+i+"]="+getSlotFont(i)+ls;

Completed in 31 milliseconds