< prev index next >

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

Print this page

        

*** 434,449 **** * 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 --- 434,443 ----
< prev index next >