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:
authorDmitry Yunitsky <yunik@mapswithme.com>2015-12-17 13:33:58 +0300
committerDmitry Yunitsky <yunik@mapswithme.com>2015-12-18 18:12:04 +0300
commit49f41766db8b8ec2ccc9e559ddb98ca73ec275b2 (patch)
treeba9e5f66bc51bf70e9e5ab5f19b873938669f61a /platform/platform.cpp
parentc3cab67c0b62efa7ba6845b15c66903bf3dd587e (diff)
Roboto-Medium font instead of Roboto-Regular.
Diffstat (limited to 'platform/platform.cpp')
-rw-r--r--platform/platform.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/platform/platform.cpp b/platform/platform.cpp
index 76f8537bd5..5eeb043ff3 100644
--- a/platform/platform.cpp
+++ b/platform/platform.cpp
@@ -93,15 +93,13 @@ void Platform::GetFontNames(FilesList & res) const
/// @todo Actually, this list should present once in all our code.
/// We can take it from data/external_resources.txt
char const * arrDef[] = {
-#ifndef OMIM_OS_ANDROID
- "00_roboto_medium.ttf",
-#endif
"01_dejavusans.ttf",
"02_droidsans-fallback.ttf",
"03_jomolhari-id-a3d.ttf",
"04_padauk.ttf",
"05_khmeros.ttf",
"06_code2000.ttf",
+ "07_roboto_medium.ttf"
};
res.insert(res.end(), arrDef, arrDef + ARRAY_SIZE(arrDef));