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

/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_stdfontmgr.cpp1037 const CFX_WideString& FontName,
1040 CFX_WideString wsNormalizedFontName = FontName;
1103 const CFX_WideString& FontName,
1106 if (0 != FontName.GetLength()) {
1107 if (FontName != pInstalled->m_wsFaceName) {
1110 if (pInstalled->m_wsFamilyNames[i] == FontName) {
1123 0 == IsPartName(pInstalled->m_wsFaceName, FontName)) {
1126 if (0 != IsPartName(pInstalled->m_wsFamilyNames[i], FontName)) {
1450 void CFX_FontMgrImp::NormalizeFontName(CFX_WideString& FontName) { argument
1451 FontName
1034 MatchFonts(CFX_FontDescriptorInfos& MatchedFonts, FX_WORD wCodePage, FX_DWORD dwFontStyles, const CFX_WideString& FontName, FX_WCHAR wcUnicode) argument
1100 CalcPenalty(CFX_FontDescriptor* pInstalled, FX_WORD wCodePage, FX_DWORD dwFontStyles, const CFX_WideString& FontName, FX_WCHAR wcUnicode) argument
[all...]

Completed in 28 milliseconds