Lines Matching full:bold
730 """Retrieve a font from configuration (font, font-size, font-bold)743 bold = self.GetOption(configType, section, 'font-bold', default=0,752 bold = actualFont['weight'] == 'bold'753 return (family, size, 'bold' if bold else 'normal')