Searched defs:bold (Results 1 – 2 of 2) sorted by relevance
904 double width, double height, int fontSize, boolean bold) { in drawTextInArea()966 private static Font getFont(int size, boolean bold) { in getFont()
223 FontData bold = new FontData(normal.getName(), normal.getHeight(), SWT.BOLD); in AccordionControl() local