forked from organicmaps/organicmaps
[android] searching for fonts in WritableDir
This commit is contained in:
parent
e17d25ab7c
commit
4e453342fe
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ string Platform::DeviceName() const
|
|||
|
||||
void Platform::GetFontNames(FilesList & res) const
|
||||
{
|
||||
GetFilesInDir(ResourcesDir(), "*.ttf", res);
|
||||
LOG(LINFO, ("searching for font in", WritableDir()));
|
||||
GetFilesInDir(WritableDir(), "*.ttf", res);
|
||||
sort(res.begin(), res.end());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue