sprint 1-alpha
|
Font API. More...
#include <sprint/gtl/BaseTypes.h>
Go to the source code of this file.
Classes | |
class | sprint::gtl::CLogFont |
un LOGFONT (contiene informazioni per generare un Font) More... | |
class | sprint::gtl::CFontT< t_bManaged > |
Wrapper per i Font. More... | |
Namespaces | |
namespace | sprint |
Sprint is a lightweight c++ library to handle different task with crossplatform attention (trying to compile both on MSVC and Mingw on WIn32 and GCC on Linux. | |
namespace | sprint::gtl |
GTL, GUI Template Library is an ATL compatible framework, oriented to cross-compile Win32 application on more operative systems. | |
Typedefs | |
typedef CFontT< false > | sprint::gtl::CFontHandle |
Un handler per un font. Non libera il font in distruzione dell'oggetto. | |
typedef CFontT< true > | sprint::gtl::CFont |
un Font. Libera il font in distruzione |
Font API.