MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / TextCache

Method TextCache

src/Font.cpp:535–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535TextCache::TextCache(int verts, Vertex* v, GLubyte* c, Font* f) : vertCount(verts), verts(v), colors(c), sourceFont(f)
536{
537}
538
539TextCache::~TextCache()
540{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected