< prev index next >

src/java.desktop/unix/classes/sun/font/FontConfigManager.java

Print this page

        

@@ -434,16 +434,10 @@
          * to the Pango/GTK/FC logical font name.
          */
         return (fcInfo.compFont = new CompositeFont(physFont, jdkFont));
     }
 
-    /**
-     *
-     * @param locale
-     * @param fcFamily
-     * @return
-     */
     public FcCompFont[] getFontConfigFonts() {
         return fontConfigFonts;
     }
 
     /* Return an array of FcCompFont structs describing the primary
< prev index next >