missing project/build files
[client-tools.git] / src / external / 3rd / application / UiFontBuilder / FontExporter.cpp
blobec288857162f0137696d6b9da9bcc82f9075179c
1 // ======================================================================
2 //
3 // FontExporter.cpp
4 // copyright (c) 2001 Sony Online Entertainment
5 //
6 // ======================================================================
8 #include "StdAfx.h"
9 #include "FontExporter.h"
11 // ======================================================================
12 FontExporter::FontExporter (const FontImageExporter & imexp, const ExporterInfo & info) :
13 m_imageExporter (imexp),
14 m_info (info)
19 //-----------------------------------------------------------------
21 FontExporter::~FontExporter ()
25 // ======================================================================