Searched refs:getFontConfigFUIR (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DPangoFonts.java195 Font font = FontUtilities.getFontConfigFUIR(fcFamilyLC, style, size);
/openjdk7/jdk/src/share/classes/sun/font/
H A DFontUtilities.java476 public static FontUIResource getFontConfigFUIR(String fcFamily, method in class:FontUtilities
488 fuir = sfm.getFontConfigFUIR(mapped, style, size);
H A DSunFontManager.java3923 protected FontUIResource getFontConfigFUIR(String family, int style, method in class:SunFontManager
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFontManager.java359 protected FontUIResource getFontConfigFUIR( method in class:CFontManager
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11FontManager.java815 protected FontUIResource getFontConfigFUIR(String family, int style, int size) { method in class:X11FontManager
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DDefaults.template138 defaultFont = FontUtilities.getFontConfigFUIR("sans", Font.PLAIN, 12);

Completed in 152 milliseconds