Scaleform::Render::FontCacheHandleManager
class FontCacheHandleManager : public RefCountBase<FontCacheHandleManager, StatRender_Font_Mem>;
FontCacheHandleManager creates and manages lifetime of Font objects.
FontCacheHandleManager object is always created on global heap, so as to allow its internal Lock to survive until it is released in associated GlyphCache (synchronization exchange protocol in FontCacheHandle allows FontCacheHandleManager to be released on any thread).
Render_FontCacheHandle.h