Searched refs:IsBold (Results 1 – 6 of 6) sorted by relevance
427 bool IsBold; member in __anon9da9a8600111::TemplateDiff1473 assert(!IsBold && "Attempting to bold text that is already bold."); in Bold()1474 IsBold = true; in Bold()1481 assert(IsBold && "Attempting to remove bold from unbold text."); in Unbold()1482 IsBold = false; in Unbold()1810 IsBold(false) { in TemplateDiff()1854 assert(!IsBold && "Bold is applied to end of string."); in Emit()
115 FX_BOOL bBold = pFont->IsBold(); in DrawDeviceText()
891 FX_BOOL bBold = pFont->IsBold(); in DrawDeviceText()
879 if (pFont->IsBold()) { in AddFont()942 if (pFont->IsBold() && pFont->IsItalic()) { in AddFont()944 } else if (pFont->IsBold()) { in AddFont()
87 FX_BOOL IsBold();
282 FX_BOOL CFX_Font::IsBold() in IsBold() function in CFX_Font