Searched refs:IsBold (Results 1 – 11 of 11) sorted by relevance
489 bool IsBold; member in __anon9da9a8600111::TemplateDiff1535 assert(!IsBold && "Attempting to bold text that is already bold."); in Bold()1536 IsBold = true; in Bold()1543 assert(IsBold && "Attempting to remove bold from unbold text."); in Unbold()1544 IsBold = false; in Unbold()1872 IsBold(false) { in TemplateDiff()1916 assert(!IsBold && "Bold is applied to end of string."); in Emit()
112 FX_BOOL bBold = pFont->IsBold(); in DrawDeviceText()
816 FX_BOOL bBold = pFont->IsBold(); in DrawDeviceText()
838 if (pFont->IsBold()) { in AddFont()903 if (pFont->IsBold() && pFont->IsItalic()) { in AddFont()905 } else if (pFont->IsBold()) { in AddFont()
95 FX_BOOL IsBold() const;
358 FX_BOOL CFX_Font::IsBold() const { in IsBold() function in CFX_Font
376 if (m_pFont->IsBold()) { in GetFontStyles()
171 pFontStyle->SetFontWeight(font.IsBold() ? FXFONT_FW_BOLD in CreateRootStyle()362 if (font.IsBold()) { in GetFont()
1544 if (font.IsBold()) { in GetFDEFont()
147 FX_BOOL IsBold();
310 FX_BOOL CXFA_Font::IsBold() { in IsBold() function in CXFA_Font