forked from organicmaps/organicmaps
[drape] font texture
This commit is contained in:
parent
bb40090b78
commit
b74dfb8074
3 changed files with 16680 additions and 1 deletions
BIN
data/resources/font.png
Normal file
BIN
data/resources/font.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5 MiB |
16679
data/resources/font.txt
Normal file
16679
data/resources/font.txt
Normal file
File diff suppressed because it is too large
Load diff
|
@ -87,7 +87,7 @@ void TextureManager::Init(string const & resourcePrefix)
|
|||
m_textures.push_back(MasterPointer<TextureSet>(defaultSet));
|
||||
|
||||
vector<TransferPointer<Texture> > tempTextures;
|
||||
LoadFont(string("resources"), tempTextures);
|
||||
LoadFont(string("resources/font"), tempTextures);
|
||||
for (size_t i = 0; i < tempTextures.size(); ++i)
|
||||
{
|
||||
RefPointer<TextureSet> set = m_textures.back().GetRefPointer();
|
||||
|
|
Loading…
Add table
Reference in a new issue