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

Method J2DTextBox

libs/JSystem/J2DGraph/J2DTextBox.cpp:14–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include "types.h"
13
14J2DTextBox::J2DTextBox()
15 : J2DPane()
16 , mFont(nullptr)
17 , mCharColor()
18 , mGradientColor()
19 , mStringPtr(nullptr)
20 , mWhite()
21 , mBlack()
22{
23 initiate(nullptr, nullptr, 0, J2DHBIND_Left, J2DVBIND_Top);
24}
25
26J2DTextBox::J2DTextBox(J2DPane* parent, JSURandomInputStream* input, JKRArchive* archive)
27 : J2DPane()

Callers

nothing calls this directly

Calls 12

peekMethod · 0.80
seekMethod · 0.80
getMatColorMethod · 0.80
skipMethod · 0.80
getPositionMethod · 0.45
readMethod · 0.45
getTevBlockMethod · 0.45
getFontMethod · 0.45
setFontUndeleteFlagMethod · 0.45
getColorBlockMethod · 0.45
getTevStageNumMethod · 0.45
getTevColorMethod · 0.45

Tested by

no test coverage detected