MCPcopy 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
99void J2DPrint::setFontSize()
100{
101 if (mFont) {
102 mGlyphWidth = mFont->getCellWidth();
103 mGlyphHeight = mFont->getCellHeight();
104 }
105}
106
107void J2DPrint::locate(f32 x, f32 y)
108{

Callers 5

initMethod · 0.45
initMethod · 0.45
drawSelfMethod · 0.45
drawMethod · 0.45
createConsoleMethod · 0.45

Calls 2

getCellWidthMethod · 0.45
getCellHeightMethod · 0.45

Tested by

no test coverage detected