HomeSort by relevance Sort by last modified time
    Searched refs:csFontName (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_interform.cpp 81 ByteString csFontName = CPDF_InterForm::GetNativeFont(charSet, nullptr);
82 if (!pFont || csFontName != "Helvetica") {
199 ByteString csFontName,
213 if (csFontName.GetLength() > 0)
214 csFontName.Remove(' ');
233 if (csBaseFont == csFontName) {
289 ByteString csFontName = CPDF_InterForm::GetNativeFont(charSet, nullptr);
290 if (!csFontName.IsEmpty() &&
291 FindFont(pFormDict, pDocument, csFontName, pFont, csNameTag)) {
712 ByteString csFontName) {
    [all...]
cpdf_interform.h 47 ByteString csFontName);

Completed in 207 milliseconds