FT_Done_FreeType(m_FTLibrary)
. This also frees the faces automatically, so FT_Done_Face(m_aFtFaces[i])
is no longer necessary, but FT_Stroker_Done(m_FtStroker)
is still necessary. I combined ~CTextRender
into the Shutdown
method as there is no reason to split this over two methods.
CSnapshotStorage
data.