Home
last modified time | relevance | path

Searched refs:facename (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_folderfontinfo.cpp220 ByteString facename = GetNameFromTT(names.raw_str(), names.GetLength(), 1); in ReportFace() local
221 if (facename.IsEmpty()) in ReportFace()
226 facename += " " + style; in ReportFace()
228 if (pdfium::ContainsKey(m_FontList, facename)) in ReportFace()
231 auto pInfo = pdfium::MakeUnique<FontFaceInfo>(path, facename, tables, offset, in ReportFace()
239 m_pMapper->AddInstalledFont(facename, FX_CHARSET_ShiftJIS); in ReportFace()
243 m_pMapper->AddInstalledFont(facename, FX_CHARSET_ChineseSimplified); in ReportFace()
247 m_pMapper->AddInstalledFont(facename, FX_CHARSET_ChineseTraditional); in ReportFace()
251 m_pMapper->AddInstalledFont(facename, FX_CHARSET_Hangul); in ReportFace()
255 m_pMapper->AddInstalledFont(facename, FX_CHARSET_Symbol); in ReportFace()
[all …]
Dcfx_font.cpp460 ByteString facename = GetFamilyName(); in GetFaceName() local
461 if (facename.IsEmpty()) in GetFaceName()
462 facename = "Untitled"; in GetFaceName()
464 facename += " " + style; in GetFaceName()
465 return facename; in GetFaceName()