jdk/src/java.desktop/share/classes/sun/font/SunFontManager.java
changeset 26037 508779ce6619
parent 26007 dba8f49653ce
parent 25859 3317bb8137f4
child 28059 e576535359cc
equal deleted inserted replaced
25992:e9b05e933ddd 26037:508779ce6619
  3196 
  3196 
  3197     /**
  3197     /**
  3198      * Returns an array of two strings. The first element is the
  3198      * Returns an array of two strings. The first element is the
  3199      * name of the font. The second element is the file name.
  3199      * name of the font. The second element is the file name.
  3200      */
  3200      */
  3201     public abstract String[] getDefaultPlatformFont();
  3201     protected abstract String[] getDefaultPlatformFont();
  3202 
  3202 
  3203     // Begin: Refactored from SunGraphicsEnviroment.
  3203     // Begin: Refactored from SunGraphicsEnviroment.
  3204 
  3204 
  3205     /*
  3205     /*
  3206      * helper function for registerFonts
  3206      * helper function for registerFonts