Searched defs:facename (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp343 CFX_ByteString facename; local
345 facename = GetFamilyName();
346 if (facename.IsEmpty()) {
347 facename = "Untitled";
350 facename += " " + style;
352 return facename;
H A Dfx_ge_fontmap.cpp1432 CFX_ByteString facename = _FPDF_GetNameFromTT(names, 1); local
1435 facename += " " + style;
1438 if (m_FontList.Lookup(facename, p)) {
1446 pInfo->m_FaceName = facename;
1456 m_pMapper->AddInstalledFont(facename, FXFONT_SHIFTJIS_CHARSET);
1460 m_pMapper->AddInstalledFont(facename, FXFONT_GB2312_CHARSET);
1464 m_pMapper->AddInstalledFont(facename, FXFONT_CHINESEBIG5_CHARSET);
1468 m_pMapper->AddInstalledFont(facename, FXFONT_HANGEUL_CHARSET);
1472 m_pMapper->AddInstalledFont(facename, FXFONT_SYMBOL_CHARSET);
1476 m_pMapper->AddInstalledFont(facename, FXFONT_ANSI_CHARSE
[all...]

Completed in 290 milliseconds