Searched refs:m_FontMapper (Results 1 – 2 of 2) sorted by relevance
248 auto it = m_FontMapper.find(wUnicode); in GetGlyphIndexAndFont()249 if (it != m_FontMapper.end() && it->second && it->second.Get() != this) { in GetGlyphIndexAndFont()273 m_FontMapper[wUnicode] = pFont; in GetGlyphIndexAndFont()
94 std::map<wchar_t, RetainPtr<CFGAS_GEFont>> m_FontMapper; variable