Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ EnsureAtlasCreated
Method
EnsureAtlasCreated
Source/Engine/Render2D/FontManager.cpp:347–350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
345
}
346
347
void FontManager::EnsureAtlasCreated(int32 index)
348
{
349
Atlases[index]->EnsureTextureCreated();
350
}
351
352
bool FontManager::IsDirty()
353
{
Callers
nothing calls this directly
Calls
1
EnsureTextureCreated
Method · 0.80
Tested by
no test coverage detected