Searched refs:wsFontName (Results 1 – 2 of 2) sorted by relevance
1719 const CFX_WideStringC& wsFontName) { in XFA_GetFontINFOByFontName() argument1724 CFX_WideString wsFontNameTemp = wsFontName; in XFA_GetFontINFOByFontName()1767 CFX_WideString wsFontName = wsFontFamily; in GetFont() local1772 IFX_Font* pFont = pFDEFontMgr->LoadFont((const FX_WCHAR*)wsFontName, in GetFont()1775 const XFA_FONTINFO* pCurFont = XFA_GetFontINFOByFontName(wsFontName); in GetFont()1778 (const FX_WCHAR*)wsFontName, dwFontStyles | FX_FONTSTYLE_ExactMatch, in GetFont()1783 pCurFont = XFA_GetFontINFOByFontName(wsFontName); in GetFont()
1541 CFX_WideStringC wsFontName = FX_WSTRC(L"Courier"); in GetFDEFont() local1550 font.GetTypeface(wsFontName); in GetFDEFont()1553 return pDoc->GetApp()->GetXFAFontMgr()->GetFont(pDoc, wsFontName, in GetFDEFont()