Searched refs:wsFontName (Results 1 – 5 of 5) sorted by relevance
18 WideString wsFontName(wsFontFamily); in GetFont() local20 pFontMgr->LoadFont(wsFontName.c_str(), dwFontStyles, 0xFFFF); in GetFont()25 FGAS_FontInfoByFontName(wsFontName.AsStringView()); in GetFont()
1885 const FGAS_FontInfo* FGAS_FontInfoByFontName(WideStringView wsFontName) { in FGAS_FontInfoByFontName() argument1886 WideString wsFontNameTemp(wsFontName); in FGAS_FontInfoByFontName()
31 const FGAS_FontInfo* FGAS_FontInfoByFontName(WideStringView wsFontName);
1989 Optional<WideString> wsFontName = pFormControl->GetDefaultControlFontName(); in get_text_font() local1990 if (!wsFontName.has_value()) in get_text_font()1994 pRuntime->NewString(wsFontName.value().AsStringView())); in get_text_font()
3894 WideString wsFontName = L"Courier"; in GetFDEFont() local3903 wsFontName = font->GetTypeface(); in GetFDEFont()3905 return doc->GetApp()->GetXFAFontMgr()->GetFont(doc, wsFontName.AsStringView(), in GetFDEFont()