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

  /external/pdfium/fpdfsdk/src/fxedit/
fxet_ap.cpp 59 CFX_ByteString sFontAlias = pFontMap->GetPDFFontAlias(nFontIndex);
61 if (sFontAlias.GetLength() > 0 && fFontSize > 0 )
62 sRet << "/" << sFontAlias << " " << fFontSize << " Tf\n";
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 75 CFX_ByteString sFontAlias;
200 CFX_ByteString sFontAlias = pFontMap->GetPDFFontAlias(nFontIndex);
201 if (sFontAlias.GetLength() > 0 && fFontSize > 0 ) {
202 sRet << "/" << sFontAlias << " " << fFontSize << " Tf\n";
    [all...]

Completed in 42 milliseconds