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

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp594 void CFX_FontMapper::AddInstalledFont(const CFX_ByteString& name, int charset) function in class:CFX_FontMapper
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_CHARSET);
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp37 void AddInstalledFont(const LOGFONTA *plf, FX_DWORD FontType);
105 void CWin32FontInfo::AddInstalledFont(const LOGFONTA *plf, FX_DWORD FontType) function in class:CWin32FontInfo
112 m_pMapper->AddInstalledFont(name, plf->lfCharSet);
123 m_pMapper->AddInstalledFont(name, plf->lfCharSet);
137 pFontInfo->AddInstalledFont(plf, FontType);

Completed in 240 milliseconds