mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
CTextExecuteBuffer imps
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user