MCPcopy Create free account
hub / github.com/doldecomp/mkdd / getFont

Method getFont

libs/JSystem/J2DGraph/J2DTextBoxEx.cpp:260–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260JUTFont* J2DTextBoxEx::getFont() const
261{
262 if (mMaterial && mMaterial->getTevBlock()) {
263 return mMaterial->getTevBlock()->getFont();
264 }
265
266 return nullptr;
267}
268
269void J2DTextBoxEx::setTevOrder(bool doBeyondStage0)
270{

Callers 5

J2DTextBoxExMethod · 0.45
drawSelfMethod · 0.45
drawMethod · 0.45
J2DTextBoxMethod · 0.45
flushMessage_dbPrintFunction · 0.45

Calls 1

getTevBlockMethod · 0.45

Tested by

no test coverage detected