Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_ArcResourceAccessor.cpp293 font::Font* pFont = m_FontList.FindFontByName(name); in GetFont()
301 (void)m_FontList.RegistFont(name, pFont, true); in GetFont()
311 return m_FontList.RegistFont(name, pFont, false); in RegistFont()
317 m_FontList.UnregistFont(key); in UnregistFont()
427 font::Font* pFont = m_FontList.FindFontByName(name); in GetFont()
435 (void)m_FontList.RegistFont(name, pFont, true); in GetFont()
445 return m_FontList.RegistFont(name, pFont, false); in RegistFont()
451 m_FontList.UnregistFont(key); in UnregistFont()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_ArcResourceAccessor.h213 FontContainer m_FontList; variable
493 FontContainer m_FontList; variable