Refactoring

This commit is contained in:
Oleg Korshul
2022-08-29 16:41:35 +03:00
parent 6b82644d77
commit fd3bfc0f5d
6 changed files with 14 additions and 24 deletions

View File

@ -140,6 +140,8 @@ public:
m_pRenderer->CommandDrawText(bsText, x, y, w, h);
m_pRenderer->put_FontName(sName);
m_pRenderer->put_FontStyle(nStyle);
RELEASEINTERFACE(pFileNew);
}
void SetRenderer(IRenderer* pRenderer)