Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

setupttf.cpp

Go to the documentation of this file.
00001 #include <API/TTF/setupttf.h>
00002 #include "Display/Font/resourcetype_ttf.h"
00003 
00004 static CL_Res_Font_TTF *restype_ttf = NULL;
00005 
00006 void CL_TTFSetup::init()
00007 {
00008   restype_ttf = new CL_Res_Font_TTF();
00009 }
00010 
00011 void CL_TTFSetup::deinit()
00012 {
00013   delete restype_ttf;
00014 }

Generated at Wed Apr 4 19:54:03 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001