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

Method getDpiY

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

Source from the content-addressed store, hash-verified

11
12int Font::getDpiX() { return 96; }
13int Font::getDpiY() { return 96; }
14
15int Font::getSize() const { return mSize; }
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected