NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
TagProcessor_c Class Reference
Inheritance diagram for TagProcessor_c:
[legend]

Description

Definition at line 7 of file d_tag_processor.hpp.

Public Member Functions

void preProcess (const wchar_t *text, wchar_t *buf, unsigned long bufLen, int *writeLen, long param, va_list *vargs, MsgRes_c *bmg)
 
- Public Member Functions inherited from nw4r::ut::TagProcessorBase< wchar_t >
virtual Operation Process (u16 ch, ContextType *pCtx)
 
virtual Operation CalcRect (Rect *pRect, u16 ch, ContextType *pCtx)
 
virtual Operation Process (u16 ch, ContextType *pCtx)
 
virtual Operation CalcRect (Rect *pRect, u16 ch, ContextType *pCtx)
 

Public Attributes

u8 mPad [0xc0]
 
u8 mFontIndex
 

Static Public Attributes

static bool isZeroWidthSpace
 

Additional Inherited Members

- Public Types inherited from nw4r::ut::TagProcessorBase< wchar_t >
enum  Operation
 
typedef PrintContext< wchar_t > ContextType
 

Member Data Documentation

◆ mPad

u8 TagProcessor_c::mPad[0xc0]

Definition at line 9 of file d_tag_processor.hpp.

◆ mFontIndex

u8 TagProcessor_c::mFontIndex

Definition at line 10 of file d_tag_processor.hpp.

◆ isZeroWidthSpace

bool TagProcessor_c::isZeroWidthSpace
static

Definition at line 19 of file d_tag_processor.hpp.