Beispiel #1
0
void CHSListBox::RedrawAll()
{
	DestroyAllFonts();
	Invalidate();
}
Beispiel #2
0
CHSListBox::~CHSListBox()
{
	DestroyAllFonts();
}
void FontManager::Shutdown()
{
	DestroyAllFonts();
	delete p_Instance;
}