Searched refs:IsBold (Results 1 – 12 of 12) sorted by relevance
29 bool IsBold();
73 bool CXFA_Font::IsBold() { in IsBold() function in CXFA_Font
489 bool IsBold; member in __anon9da9a8600111::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()
124 fontDesc->SetNewFor<CPDF_Number>("StemV", pFont->IsBold() ? 120 : 70); in FPDFText_LoadType1Font()
110 bool bBold = pFont->IsBold(); in DrawDeviceText()
147 bool IsBold() const;
145 pStyle->SetFontWeight(font.IsBold() ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in CreateRootStyle()341 if (font.IsBold()) in GetFont()
1501 if (font.IsBold()) in GetFDEFont()
258 if (m_pFont->IsBold()) in GetFontStyles()
880 CalculateFlags(pFont->IsBold(), pFont->IsItalic(), pFont->IsFixedWidth(), in AddFont()914 ProcessNonbCJK(pBaseDict, pFont->IsBold(), pFont->IsItalic(), basefont, in AddFont()
229 lf.lfWeight = pFont->IsBold() ? FW_BOLD : FW_NORMAL; in DrawDeviceText()
458 bool CFX_Font::IsBold() const { in IsBold() function in CFX_Font