[drape] use .fdf for font description file

This commit is contained in:
exmix 2014-07-11 13:00:40 +02:00 committed by Alex Zolotarev
parent a3321b9540
commit be8169045e
2 changed files with 1 additions and 1 deletions

View file

@ -419,7 +419,7 @@ void Engine::RunExport()
MyThread * thread = static_cast<MyThread *>(m_workThread);
QList<MyThread::GlyphInfo> const & infos = thread->GetInfos();
QFile file(m_dirName.trimmed() + "/font.txt");
QFile file(m_dirName.trimmed() + "/font.fdf");
if (!file.open(QIODevice::WriteOnly))
throw -1;