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

Method Font

src/Font.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74Font::Font(const ResourceManager& rm, const std::string& path, int size) : fontScale(1.0f), mSize(size), mPath(path)
75{
76 reload(rm);
77}
78
79Font::~Font()
80{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected