Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.cpp34 const wchar_t* const g_FWLTheme_CalFonts[] = { variable
65 for (size_t i = 0; !m_pCalendarFont && i < FX_ArraySize(g_FWLTheme_CalFonts); in LoadCalendarFont()
68 m_pApp->GetXFAFontMgr()->GetFont(doc, g_FWLTheme_CalFonts[i], 0); in LoadCalendarFont()