Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ ~TextCache
Method
~TextCache
src/Font.cpp:539–543 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
537
}
538
539
TextCache::~TextCache()
540
{
541
delete[] verts;
542
delete[] colors;
543
}
544
545
void TextCache::setColor(unsigned int color)
546
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected