Home
last modified time | relevance | path

Searched refs:boldSystemFont (Results 1 – 8 of 8) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/forms/org/eclipse/ui/tests/forms/util/
H A DFormFontsTest.java35 Font boldSystemFont = instance.getBoldFont(display, display.getSystemFont()); in testSingleton() local
36 instance.markFinished(boldSystemFont, display); in testSingleton()
45 Font boldSystemFont = FormFonts.getInstance().getBoldFont(display, display.getSystemFont()); in testDisposeOne() local
46 FormFonts.getInstance().markFinished(boldSystemFont, display); in testDisposeOne()
49 boldSystemFont.isDisposed()); in testDisposeOne()
55 Font boldSystemFont = FormFonts.getInstance().getBoldFont(display, display.getSystemFont()); in testMultipleInstances() local
60 boldSystemFont, FormFonts.getInstance().getBoldFont(display, display.getSystemFont())); in testMultipleInstances()
62 FormFonts.getInstance().markFinished(boldSystemFont, display); in testMultipleInstances()
66 boldSystemFont.isDisposed()); in testMultipleInstances()
70 boldSystemFont.isDisposed()); in testMultipleInstances()
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/
H A Dconfiguration.c53 WINGsConfiguration.boldSystemFont = WMGetUDStringForKey(defaults, "BoldSystemFont"); in W_ReadConfigurations()
95 if (!WINGsConfiguration.boldSystemFont) { in W_ReadConfigurations()
96 WINGsConfiguration.boldSystemFont = BOLD_SYSTEM_FONT; in W_ReadConfigurations()
H A Dwfont.c283 fontSpec = makeFontOfSize(WINGsConfiguration.boldSystemFont, size, NULL); in WMBoldSystemFontOfSize()
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/
H A Dconfiguration.c53 WINGsConfiguration.boldSystemFont = WMGetUDStringForKey(defaults, "BoldSystemFont"); in W_ReadConfigurations()
95 if (!WINGsConfiguration.boldSystemFont) { in W_ReadConfigurations()
96 WINGsConfiguration.boldSystemFont = BOLD_SYSTEM_FONT; in W_ReadConfigurations()
H A Dwfont.c283 fontSpec = makeFontOfSize(WINGsConfiguration.boldSystemFont, size, NULL); in WMBoldSystemFontOfSize()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/
H A DFont.java319 NSFont boldSystemFont = NSFont.boldSystemFontOfSize(size); in init() local
321 String boldSystemFontName = boldSystemFont.familyName().getString(); in init()
324 handle = ((style & SWT.BOLD) == 0 ? systemFont : boldSystemFont); in init()
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/WINGs/
H A DWINGsP.h43 char *boldSystemFont; member
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/WINGs/
H A DWINGsP.h37 char *boldSystemFont; member