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

Method getDpiX

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

Source from the content-addressed store, hash-verified

10bool Font::libraryInitialized = false;
11
12int Font::getDpiX() { return 96; }
13int Font::getDpiY() { return 96; }
14
15int Font::getSize() const { return mSize; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected