Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dfx_ge_linux.cpp33 const FX_CHAR* const g_LinuxB5FontList[] = { variable
112 for (size_t i = 0; i < FX_ArraySize(g_LinuxB5FontList); ++i) { in MapFont()
113 auto it = m_FontList.find(g_LinuxB5FontList[i]); in MapFont()