Searched refs:IsBold (Results 1 – 12 of 12) sorted by relevance
28 bool IsBold();
115 bool CXFA_Font::IsBold() { in IsBold() function in CXFA_Font
3898 if (font->IsBold()) in GetFDEFont()
489 bool IsBold; member in __anon31b017eb0111::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()
89 bool IsBold() const;
496 bool CFX_Font::IsBold() const { in IsBold() function in CFX_Font
114 bool bBold = pFont->IsBold(); in DrawDeviceText()
156 pStyle->SetFontWeight(font->IsBold() ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in CreateRootStyle()347 if (font->IsBold()) in GetFont()
151 if (m_pFont->IsBold()) in GetFontStyles()
464 CalculateFlags(pFont->IsBold(), pFont->IsItalic(), pFont->IsFixedWidth(), in AddFont()497 ProcessNonbCJK(pBaseDict, pFont->IsBold(), pFont->IsItalic(), basefont, in AddFont()
101 pFontDesc->SetNewFor<CPDF_Number>("StemV", pFont->IsBold() ? 120 : 70); in LoadFontDesc()
233 lf.lfWeight = pFont->IsBold() ? FW_BOLD : FW_NORMAL; in DrawDeviceText()