From d5d59471ea885faeb3ca0909e1329082b67a9b90 Mon Sep 17 00:00:00 2001 From: hatal175 Date: Wed, 3 Jan 2024 05:37:15 +0200 Subject: Match most of d_msg_string_base (#2021) --- include/JSystem/J2DGraph/J2DTextBox.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/JSystem/J2DGraph/J2DTextBox.h') diff --git a/include/JSystem/J2DGraph/J2DTextBox.h b/include/JSystem/J2DGraph/J2DTextBox.h index 057809adb9..979c9039c1 100644 --- a/include/JSystem/J2DGraph/J2DTextBox.h +++ b/include/JSystem/J2DGraph/J2DTextBox.h @@ -123,6 +123,9 @@ public: return (J2DTextBoxHBinding)((mFlags >> 2) & 3); } + JUtility::TColor getCharColor() { return mCharColor; } + JUtility::TColor getGradColor() { return mGradientColor; } + // private: /* 0x0100 */ JUTFont* mFont; /* 0x0104 */ JUtility::TColor mCharColor; -- cgit v1.2.3