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

Print this page

        

*** 3234,3244 **** } registeredFontFiles.add(fullName); if (FontUtilities.debugFonts() ! && FontUtilities.getLogger().isLoggable(PlatformLogger.INFO)) { String message = "Registering font " + fullName; String[] natNames = getNativeNames(fullName, null); if (natNames == null) { message += " with no native name"; } else { --- 3234,3244 ---- } registeredFontFiles.add(fullName); if (FontUtilities.debugFonts() ! && FontUtilities.getLogger().isLoggable(PlatformLogger.Level.INFO)) { String message = "Registering font " + fullName; String[] natNames = getNativeNames(fullName, null); if (natNames == null) { message += " with no native name"; } else {