Match and link CLineExtraSpaceInstruction

Former-commit-id: 28c5e7d23f
This commit is contained in:
2023-01-10 15:03:07 -08:00
parent beefef812b
commit 9488e643e5
7 changed files with 37 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ public:
bool IsFinishedLoading();
void SetLineSpacing(float spacing) { x74_lineSpacing = spacing; }
void SetLineExtraSpace(int spacing) { x78_extraLineSpacing = spacing; }
private:
CDrawStringOptions x0_drawStringOptions;