943944945946947948949950
} public FontConfiguration createFontConfiguration(boolean preferLocaleFonts, boolean preferPropFonts) { return new MFontConfiguration(this, preferLocaleFonts, preferPropFonts); }
897898899900901902903
fontNameMap = new HashMap(1); } // Implements SunGraphicsEnvironment.createFontConfiguration. protected FontConfiguration createFontConfiguration() { return new MFontConfiguration(this); }
903904905906907908909910