1 // ======================================================================
4 // copyright (c) 2001 Sony Online Entertainment
6 // ======================================================================
9 #include "FontExporter.h"
11 // ======================================================================
12 FontExporter::FontExporter (const FontImageExporter
& imexp
, const ExporterInfo
& info
) :
13 m_imageExporter (imexp
),
19 //-----------------------------------------------------------------
21 FontExporter::~FontExporter ()
25 // ======================================================================