Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ setFontSize
Method
setFontSize
libs/JSystem/J2DGraph/J2DPrint.cpp:99–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
void J2DPrint::setFontSize()
100
{
101
if (mFont) {
102
mGlyphWidth = mFont->getCellWidth();
103
mGlyphHeight = mFont->getCellHeight();
104
}
105
}
106
107
void J2DPrint::locate(f32 x, f32 y)
108
{
Callers
5
init
Method · 0.45
init
Method · 0.45
drawSelf
Method · 0.45
draw
Method · 0.45
createConsole
Method · 0.45
Calls
2
getCellWidth
Method · 0.45
getCellHeight
Method · 0.45
Tested by
no test coverage detected