forked from organicmaps/organicmaps
[drape] use .fdf for font description file
This commit is contained in:
parent
a3321b9540
commit
be8169045e
2 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue