missing project/build files
[client-tools.git] / src / external / 3rd / application / UiFontBuilder / FontImageExporterDDS.h
blob865785af6fe01e65669bd552d8f71a989247e577
1 // ======================================================================
2 //
3 // FontImageExporterDDS.h
4 // copyright (c) 2001 Sony Online Entertainment
5 //
6 // ======================================================================
8 #ifndef INCLUDED_FontImageExporterDDS_H
9 #define INCLUDED_FontImageExporterDDS_H
11 #include "FontImageExporter.h"
13 // ======================================================================
14 class FontImageExporterDDS : public FontImageExporter
16 public:
17 FontImageExporterDDS ();
18 virtual ~FontImageExporterDDS ();
19 virtual bool exportImage (HDC hdc, HBITMAP hbmp, const char * filename) const;
20 private:
21 FontImageExporterDDS (const FontImageExporterDDS & rhs);
22 FontImageExporterDDS & operator= (const FontImageExporterDDS & rhs);
25 // ======================================================================
27 #endif