jdk/src/java.desktop/share/classes/sun/font/SunFontManager.java
changeset 42338 a60f280f803c
parent 37689 c69dbc15e4bd
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
   358                    new File(jreFontDirName + File.separator + FontUtilities.LUCIDA_FILE_NAME);
   358                    new File(jreFontDirName + File.separator + FontUtilities.LUCIDA_FILE_NAME);
   359 
   359 
   360                return null;
   360                return null;
   361            }
   361            }
   362         });
   362         });
       
   363     }
       
   364 
       
   365     /**
       
   366      * If the module image layout changes the location of JDK fonts,
       
   367      * this will be updated to reflect that.
       
   368      */
       
   369     public static final String getJDKFontDir() {
       
   370         return jreFontDirName;
   363     }
   371     }
   364 
   372 
   365     public TrueTypeFont getEUDCFont() {
   373     public TrueTypeFont getEUDCFont() {
   366         // Overridden in Windows.
   374         // Overridden in Windows.
   367         return null;
   375         return null;