1 // ======================================================================
3 // FontImageExporterDDS.h
4 // copyright (c) 2001 Sony Online Entertainment
6 // ======================================================================
8 #ifndef INCLUDED_FontImageExporterDDS_H
9 #define INCLUDED_FontImageExporterDDS_H
11 #include "FontImageExporter.h"
13 // ======================================================================
14 class FontImageExporterDDS
: public FontImageExporter
17 FontImageExporterDDS ();
18 virtual ~FontImageExporterDDS ();
19 virtual bool exportImage (HDC hdc
, HBITMAP hbmp
, const char * filename
) const;
21 FontImageExporterDDS (const FontImageExporterDDS
& rhs
);
22 FontImageExporterDDS
& operator= (const FontImageExporterDDS
& rhs
);
25 // ======================================================================