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

/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java64 public abstract class SunFontManager implements FontSupport, FontManagerForSGE { class in inherits:FontSupport,FontManagerForSGE
241 * Returns the global SunFontManager instance. This is similar to
243 * SunFontManager instance instead. This is only used in internal classes
244 * where we can safely assume that a SunFontManager is to be used.
246 * @return the global SunFontManager instance
248 public static SunFontManager getInstance() {
250 return (SunFontManager) fm;
372 protected SunFontManager() { method in class:SunFontManager
671 SunFontManager.getInstance());
2983 SunFontManager fontManage
[all...]

Completed in 41 milliseconds