Searched refs:wsFontName (Results 1 – 4 of 4) sorted by relevance
19 WideString wsFontName(wsFontFamily); in GetFont() local21 pFontMgr->LoadFont(wsFontName.c_str(), dwFontStyles, 0xFFFF); in GetFont()24 FGAS_FontInfoByFontName(wsFontName.AsStringView()); in GetFont()
31 const FGAS_FontInfo* FGAS_FontInfoByFontName(const WideStringView& wsFontName);
1903 const FGAS_FontInfo* FGAS_FontInfoByFontName(const WideStringView& wsFontName) { in FGAS_FontInfoByFontName() argument1904 WideString wsFontNameTemp(wsFontName); in FGAS_FontInfoByFontName()
1446 WideString wsFontName = L"Courier"; in GetFDEFont() local1455 wsFontName = font->GetTypeface(); in GetFDEFont()1457 return doc->GetApp()->GetXFAFontMgr()->GetFont(doc, wsFontName.AsStringView(), in GetFDEFont()