d_s_open_sub work

This commit is contained in:
Jasper St. Pierre
2024-07-01 23:35:25 -07:00
parent 6d078a7eeb
commit 30103693f5
6 changed files with 433 additions and 98 deletions
+1
View File
@@ -52,6 +52,7 @@ public:
void setBlack(JUtility::TColor c) { mBlack = c; }
void setWhite(JUtility::TColor c) { mBlack = c; }
void setLineSpace(f32 x) { mLineSpace = x; }
f32 getLineSpace() const { return mLineSpace; }
void setCharSpace(f32 x) { mCharSpace = x; }
void draw(f32, f32, f32, J2DTextBoxHBinding);
char* getStringPtr() const;