Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
bool Font::libraryInitialized = false;
11
12
int Font::getDpiX() { return 96; }
13
int Font::getDpiY() { return 96; }
14
15
int Font::getSize() const { return mSize; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected