summaryrefslogtreecommitdiff
path: root/include/JSystem/J2DGraph/J2DTextBox.h
diff options
context:
space:
mode:
authorhatal175 <hatal175@users.noreply.github.com>2024-01-03 05:37:15 +0200
committerGitHub <noreply@github.com>2024-01-02 19:37:15 -0800
commitd5d59471ea885faeb3ca0909e1329082b67a9b90 (patch)
tree45a20bec694afc4762cd0f4655dca4506e48b07d /include/JSystem/J2DGraph/J2DTextBox.h
parentbe10df47608afc4c346e7dba2aac56eca59c45b6 (diff)
Match most of d_msg_string_base (#2021)
Diffstat (limited to 'include/JSystem/J2DGraph/J2DTextBox.h')
-rw-r--r--include/JSystem/J2DGraph/J2DTextBox.h3
1 files changed, 3 insertions, 0 deletions
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;