Searched refs:csFontName (Results 1 – 2 of 2) sorted by relevance
81 ByteString csFontName = CPDF_InterForm::GetNativeFont(charSet, nullptr); in InitDict() local82 if (!pFont || csFontName != "Helvetica") { in InitDict()199 ByteString csFontName, in FindFont() argument213 if (csFontName.GetLength() > 0) in FindFont()214 csFontName.Remove(' '); in FindFont()233 if (csBaseFont == csFontName) { in FindFont()289 ByteString csFontName = CPDF_InterForm::GetNativeFont(charSet, nullptr); in AddNativeFont() local290 if (!csFontName.IsEmpty() && in AddNativeFont()291 FindFont(pFormDict, pDocument, csFontName, pFont, csNameTag)) { in AddNativeFont()712 ByteString csFontName) { in AddStandardFont() argument[all …]
47 ByteString csFontName);