2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 01:07:43 +00:00

CTextExecuteBuffer imps

This commit is contained in:
Jack Andersen
2016-03-19 14:32:30 -10:00
parent 08ccc1be63
commit 7835769a98
13 changed files with 608 additions and 57 deletions

View File

@@ -15,17 +15,17 @@ class CSaveableState
friend class CTextExecuteBuffer;
friend class CColorOverrideInstruction;
friend class CFontInstruction;
friend class CExtraLineSpaceInstruction;
friend class CLineExtraSpaceInstruction;
protected:
CDrawStringOptions x0_drawStrOpts;
TToken<CRasterFont> x14_token;
std::vector<CTextColor> x20_;
std::vector<bool> x30_;
float x40_ = 1.f;
float x40_lineSpacing = 1.f;
s32 x44_extraLineSpace = 0;
bool x48_ = false;
u32 x4c_ = 0;
u32 x50_ = 0;
EJustification x4c_just = EJustification::Zero;
EVerticalJustification x50_vjust = EVerticalJustification::Zero;
public:
CSaveableState()