< prev index next >

src/java.desktop/share/classes/sun/font/SunFontManager.java

Print this page

        

*** 360,369 **** --- 360,377 ---- return null; } }); } + /** + * If the module image layout changes the location of JDK fonts, + * this will be updated to reflect that. + */ + public static final String getJDKFontDir() { + return jreFontDirName; + } + public TrueTypeFont getEUDCFont() { // Overridden in Windows. return null; }
< prev index next >