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

/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMFontConfiguration.java265 public String getMotifFontSet(String fontName, int style) { method in class:MFontConfiguration
270 return getMotifFontSet(fontIndex, styleIndex);
273 private String getMotifFontSet(int fontIndex, int styleIndex) { method in class:MFontConfiguration
338 String font = ((MFontConfiguration) getFontConfiguration()).getMotifFontSet("sansserif", Font.PLAIN);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_MToolkit.c237 XFontSet getMotifFontSet() { function
265 defaultMotifFontSet = getMotifFontSet();

Completed in 39 milliseconds