Searched refs:IsBold (Results 1 – 12 of 12) sorted by relevance
28 bool IsBold();
117 bool CXFA_Font::IsBold() { in IsBold() function in CXFA_Font
489 bool IsBold; member in __anon5122dca90111::TemplateDiff1568 assert(!IsBold && "Attempting to bold text that is already bold."); in Bold()1569 IsBold = true; in Bold()1576 assert(IsBold && "Attempting to remove bold from unbold text."); in Unbold()1577 IsBold = false; in Unbold()1803 if (IsBold) { in PrintValueDecl()1980 IsBold(false) { in TemplateDiff()2023 assert(!IsBold && "Bold is applied to end of string."); in Emit()
69 bool IsBold() const;
428 bool CFX_Font::IsBold() const { in IsBold() function in CFX_Font
112 bool bBold = pFont->IsBold(); in DrawDeviceText()
140 pStyle->SetFontWeight(font->IsBold() ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in CreateRootStyle()336 if (font->IsBold()) in GetFont()
1450 if (font->IsBold()) in GetFDEFont()
150 if (m_pFont->IsBold()) in GetFontStyles()
882 CalculateFlags(pFont->IsBold(), pFont->IsItalic(), pFont->IsFixedWidth(), in AddFont()915 ProcessNonbCJK(pBaseDict, pFont->IsBold(), pFont->IsItalic(), basefont, in AddFont()
230 lf.lfWeight = pFont->IsBold() ? FW_BOLD : FW_NORMAL; in DrawDeviceText()
70 fontDesc->SetNewFor<CPDF_Number>("StemV", pFont->IsBold() ? 120 : 70); in LoadFontDesc()