Home | History | Annotate | Download | only in fxfa

Lines Matching defs:pFont

40   RetainPtr<CFGAS_GEFont> pFont;
42 pFont = pMgr->GetFont(wsEnglishName.AsStringView(), dwFontStyles, &pPDFFont,
44 if (pFont)
45 return pFont;
47 if (!pFont && m_pDefFontMgr)
48 pFont = m_pDefFontMgr->GetFont(hDoc->GetApp()->GetFDEFontMgr(),
51 if (!pFont && pMgr) {
53 pFont = pMgr->GetFont(wsEnglishName.AsStringView(), dwFontStyles, &pPDFFont,
55 if (pFont)
56 return pFont;
58 if (!pFont && m_pDefFontMgr) {
59 pFont = m_pDefFontMgr->GetDefaultFont(hDoc->GetApp()->GetFDEFontMgr(),
63 if (pFont) {
65 pMgr->SetFont(pFont, pPDFFont);
66 pFont->SetFontProvider(pMgr);
68 m_FontMap[bsKey] = pFont;
70 return pFont;