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

/openjdk7/jdk/src/share/demo/jfc/SampleTree/
H A DSampleData.java62 public SampleData(Font newFont, Color newColor, String newString) { argument
63 font = newFont;
71 public void setFont(Font newFont) { argument
72 font = newFont;
/openjdk7/jdk/src/share/classes/sun/font/
H A DCompositeFont.java277 void replaceComponentFont(PhysicalFont oldFont, PhysicalFont newFont) { argument
283 components[slot] = newFont;
285 componentNames[slot] = newFont.getFontName(null);
H A DSunFontManager.java616 Font2D newFont = findFont2D(family, style, NO_FALLBACK);
617 if (!(newFont instanceof PhysicalFont)) {
618 newFont = oldFont;
620 PhysicalFont physicalFont = (PhysicalFont)newFont;
772 PhysicalFont newFont = f;
811 newFont instanceof TrueTypeFont) {
813 TrueTypeFont newTTFont = (TrueTypeFont)newFont;
836 " with " + newFont.platName);
846 " with " + newFont.platName);
848 replaceFont(oldFont, newFont);
2590 replaceFont(PhysicalFont oldFont, PhysicalFont newFont) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DListHelper.java237 public void setFont(Font newFont) { argument
238 if (newFont != font) {
239 font = newFont;

Completed in 39 milliseconds