NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::lyt::FontRefLink Class Reference

Description

Definition at line 19 of file lyt_arcResourceAccessor.h.

Public Member Functions

const char * GetFontName () const
 
ut::FontGetFont () const
 
 NW4R_UT_LINKLIST_NODE_DECL ()
 

Protected Attributes

char mFontName [FONTNAMEBUF_MAX]
 
ut::FontmpFont
 

Static Protected Attributes

static const int FONTNAMEBUF_MAX = 128
 

Member Function Documentation

◆ GetFontName()

const char * nw4r::lyt::FontRefLink::GetFontName ( ) const
inline

Definition at line 21 of file lyt_arcResourceAccessor.h.

◆ GetFont()

ut::Font * nw4r::lyt::FontRefLink::GetFont ( ) const
inline

Definition at line 25 of file lyt_arcResourceAccessor.h.

Member Data Documentation

◆ FONTNAMEBUF_MAX

const int nw4r::lyt::FontRefLink::FONTNAMEBUF_MAX = 128
staticprotected

Definition at line 33 of file lyt_arcResourceAccessor.h.

◆ mFontName

char nw4r::lyt::FontRefLink::mFontName[FONTNAMEBUF_MAX]
protected

Definition at line 36 of file lyt_arcResourceAccessor.h.

◆ mpFont

ut::Font* nw4r::lyt::FontRefLink::mpFont
protected

Definition at line 37 of file lyt_arcResourceAccessor.h.