Searched refs:CFX_AutoFontCache (Results 1 – 1 of 1) sorted by relevance
453 class CFX_AutoFontCache {455 CFX_AutoFontCache(CFX_FontCache* pFontCache, CFX_Font* pFont) in CFX_AutoFontCache() function457 ~CFX_AutoFontCache() { m_pFontCache->ReleaseCachedFace(m_pFont); } in ~CFX_AutoFontCache()462 CFX_AutoFontCache autoFontCache((pFontCache), (pFont))