Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrachytski <siarhei.rachytski@gmail.com>2011-02-02 02:46:48 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:11:26 +0300
commit116019f52213c423c830e530305cce017addd547 (patch)
treea5b5439de40e92e64a90e67e2ccee878d890758d /qt_tstfrm
parent0eb18670427622de794cbb7d02bd22e4c793af4e (diff)
added fine tuning for font matching.
Diffstat (limited to 'qt_tstfrm')
-rw-r--r--qt_tstfrm/tstwidgets.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/qt_tstfrm/tstwidgets.cpp b/qt_tstfrm/tstwidgets.cpp
index ad56b5484e..5431d01a6a 100644
--- a/qt_tstfrm/tstwidgets.cpp
+++ b/qt_tstfrm/tstwidgets.cpp
@@ -50,7 +50,10 @@ void GLDrawWidget::initializeGL()
10 * sizeof(unsigned short),
30,
512, 256, 15,
- GetPlatform().ReadPathForFile("unicode_blocks.txt").c_str(), 2000000));
+ GetPlatform().ReadPathForFile("unicode_blocks.txt").c_str(),
+ GetPlatform().ReadPathForFile("fonts_whitelist.txt").c_str(),
+ GetPlatform().ReadPathForFile("fonts_blacklist.txt").c_str(),
+ 2000000));
m_resourceManager->addFonts(GetPlatform().GetFontNames());