Searched refs:wsFontName (Results 1 – 6 of 6) sorted by relevance
19 WideString wsFontName, in GetFont() argument23 wsFontName.c_str(), dwFontStyles, FX_CodePage::kFailure); in GetFont()28 FGAS_FontInfoByFontName(wsFontName.AsStringView()); in GetFont()
17 static RetainPtr<CFGAS_GEFont> GetFont(WideString wsFontName,
35 const FGAS_FontInfo* FGAS_FontInfoByFontName(WideStringView wsFontName);
2464 const FGAS_FontInfo* FGAS_FontInfoByFontName(WideStringView wsFontName) { in FGAS_FontInfoByFontName() argument2465 WideString wsFontNameTemp(wsFontName); in FGAS_FontInfoByFontName()
1958 absl::optional<WideString> wsFontName = in get_text_font() local1960 if (!wsFontName.has_value()) in get_text_font()1964 pRuntime->NewString(wsFontName.value().AsStringView())); in get_text_font()
3935 WideString wsFontName = L"Courier"; in GetFGASFont() local3944 wsFontName = font->GetTypeface(); in GetFGASFont()3946 return doc->GetApp()->GetXFAFontMgr()->GetFont(doc, wsFontName, dwFontStyle); in GetFGASFont()