Searched refs:facename (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_folderfontinfo.cpp | 231 ByteString facename = GetNameFromTT(names.raw_span(), 1); in ReportFace() local 232 if (facename.IsEmpty()) in ReportFace() 237 facename += " " + style; in ReportFace() 239 if (pdfium::ContainsKey(m_FontList, facename)) in ReportFace() 242 auto pInfo = pdfium::MakeUnique<FontFaceInfo>(path, facename, tables, offset, in ReportFace() 250 m_pMapper->AddInstalledFont(facename, FX_CHARSET_ShiftJIS); in ReportFace() 254 m_pMapper->AddInstalledFont(facename, FX_CHARSET_ChineseSimplified); in ReportFace() 258 m_pMapper->AddInstalledFont(facename, FX_CHARSET_ChineseTraditional); in ReportFace() 262 m_pMapper->AddInstalledFont(facename, FX_CHARSET_Hangul); in ReportFace() 266 m_pMapper->AddInstalledFont(facename, FX_CHARSET_Symbol); in ReportFace() [all …]
|
D | cfx_font.cpp | 523 ByteString facename = GetFamilyName(); in GetFamilyNameOrUntitled() local 524 return facename.IsEmpty() ? kUntitledFontName : facename; in GetFamilyNameOrUntitled() 532 ByteString facename = GetFamilyNameOrUntitled(); in GetFaceName() local 534 facename += " " + style; in GetFaceName() 535 return facename; in GetFaceName() 548 ByteString facename = GetFamilyNameOrUntitled(); in GetBaseFontName() local 550 facename.Remove(' '); in GetBaseFontName() 552 facename += (IsTTFont() ? "," : " ") + style; in GetBaseFontName() 553 return facename; in GetBaseFontName()
|