Searched refs:boldFont (Results 1 – 2 of 2) sorted by relevance
111 Font boldFont; field in ComponentsView228 if (this.boldFont != null) { in dispose()229 this.boldFont.dispose(); in dispose()271 if (this.boldFont == null) { in getBoldFont()274 this.boldFont = new Font(this.display, boldFontData); in getBoldFont()276 return this.boldFont; in getBoldFont()
71 private Font boldFont; field in ConfigTab267 if (this.boldFont != null) { in dispose()268 this.boldFont.dispose(); in dispose()344 item.setFont(0, this.boldFont); in fillTableLines()372 item.setFont(col, this.boldFont); in fillTableLines()557 this.boldFont = new Font(this.display, fdBold); in initResources()